We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe0aea9 + df6c151 commit 9178a7aCopy full SHA for 9178a7a
.github/workflows/docker-publish.yml
@@ -49,7 +49,7 @@ jobs:
49
# https://github.com/docker/login-action
50
- name: Log into registry ${{ env.REGISTRY }}
51
if: github.event_name != 'pull_request'
52
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
53
with:
54
registry: ${{ env.REGISTRY }}
55
username: ${{ github.actor }}
0 commit comments