We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ee298 commit 2c725daCopy full SHA for 2c725da
1 file changed
.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@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
+ uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments