We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2a1e9 commit 9055391Copy full SHA for 9055391
.github/workflows/publish-docker.yml
@@ -51,7 +51,7 @@ jobs:
51
# https://github.com/docker/login-action
52
- name: Log into registry ${{ env.REGISTRY }}
53
if: github.event_name != 'pull_request'
54
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
55
with:
56
registry: ${{ env.REGISTRY }}
57
username: ${{ github.actor }}
0 commit comments