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 99014a6 commit 052fdc5Copy full SHA for 052fdc5
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
# https://github.com/docker/login-action
41
- name: Log into registry ${{ env.REGISTRY }}
42
if: github.event_name != 'pull_request'
43
- uses: docker/login-action@1f401f745bf57e30b3a2800ad308a87d2ebdf14b
+ uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
44
with:
45
registry: ${{ env.REGISTRY }}
46
username: ${{ github.actor }}
0 commit comments