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 0afce8bCopy full SHA for 0afce8b
.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@70fccc794acd729b2b22dd6a326895f286447728
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments