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 81647f7 commit 1ffb2c2Copy full SHA for 1ffb2c2
.github/workflows/docker-publish.yml
@@ -52,7 +52,7 @@ jobs:
52
# https://github.com/docker/login-action
53
- name: Log into registry ${{ env.REGISTRY }}
54
if: github.event_name != 'pull_request'
55
- uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments