We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64859c3 commit 8f39e1aCopy full SHA for 8f39e1a
1 file changed
.github/workflows/docker-publish.yml
@@ -62,7 +62,7 @@ jobs:
62
# https://github.com/docker/login-action
63
- name: Log into registry ${{ env.REGISTRY }}
64
if: github.event_name != 'pull_request'
65
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
66
with:
67
registry: ${{ env.REGISTRY }}
68
username: ${{ github.actor }}
0 commit comments