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.
1 parent 424c07c commit 60bc1c0Copy full SHA for 60bc1c0
1 file changed
action-templates/actions/action-build-image/action.yml
@@ -42,7 +42,7 @@ runs:
42
with:
43
name: ${{ inputs.artifact-name }}
44
- name: Login to registry
45
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
46
47
registry: ${{ inputs.registry }}
48
username: ${{ inputs.registry-username }}
0 commit comments