We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8934c6a + cc72129 commit 18558b5Copy full SHA for 18558b5
1 file changed
action-templates/actions/action-build-image/action.yml
@@ -44,7 +44,7 @@ runs:
44
with:
45
name: ${{ inputs.artifact-name }}
46
- name: Login to registry
47
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
48
49
registry: ${{ inputs.registry }}
50
username: ${{ inputs.registry-username }}
0 commit comments