We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda824a commit 19ff1e5Copy full SHA for 19ff1e5
.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@7ca345011ac4304463197fac0e56eab1bc7e6af0
+ uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments