We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178b008 commit 5b6f55dCopy full SHA for 5b6f55d
.github/workflows/docker-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
# https://github.com/docker/login-action
32
- name: Log into registry ${{ env.REGISTRY }}
33
if: github.event_name != 'pull_request'
34
- uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
+ uses: docker/login-action@7840e6ddd4a9223910798f6a315544257fccd96e
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ github.actor }}
0 commit comments