We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e34e commit 1068a76Copy full SHA for 1068a76
1 file changed
.github/workflows/docker-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
# https://github.com/docker/login-action
35
- name: Log into registry ${{ env.REGISTRY }}
36
if: github.event_name != 'pull_request'
37
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
38
with:
39
registry: ${{ env.REGISTRY }}
40
username: ${{ github.actor }}
0 commit comments