We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e34e commit b2ec37fCopy full SHA for b2ec37f
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@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
38
with:
39
registry: ${{ env.REGISTRY }}
40
username: ${{ github.actor }}
0 commit comments