We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c74474 + 10b51c3 commit b0ddd6cCopy full SHA for b0ddd6c
1 file changed
.github/workflows/docker-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
# https://github.com/docker/login-action
54
- name: Log into registry ${{ env.REGISTRY }}
55
if: github.event_name != 'pull_request'
56
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
57
with:
58
registry: ${{ env.REGISTRY }}
59
username: ${{ github.actor }}
0 commit comments