We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9574281 commit a364412Copy full SHA for a364412
.github/workflows/docker-publish.yml
@@ -54,7 +54,7 @@ jobs:
54
# https://github.com/docker/login-action
55
- name: Log into registry ${{ env.REGISTRY }}
56
if: github.event_name != 'pull_request'
57
- uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments