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