We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5bf291 + 6eb3f4d commit 9557a89Copy full SHA for 9557a89
1 file changed
.github/workflows/docker-publish.yml
@@ -60,7 +60,7 @@ jobs:
60
# https://github.com/docker/login-action
61
- name: Log into registry ${{ env.REGISTRY }}
62
if: github.event_name != 'pull_request'
63
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
64
with:
65
registry: ${{ env.REGISTRY }}
66
username: ${{ github.actor }}
0 commit comments