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.
2 parents 29263f5 + 1b8d528 commit 8a7754eCopy full SHA for 8a7754e
.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@3d100841f68d4548bf57e52eb27bd33ec5069f55
+ uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
58
with:
59
registry: ${{ env.REGISTRY }}
60
username: ${{ github.actor }}
0 commit comments