We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3866aa commit 58d98c8Copy full SHA for 58d98c8
.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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments