We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbae9e7 commit 2e626a7Copy full SHA for 2e626a7
.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@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments