We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d535dc5 commit cbc4458Copy full SHA for cbc4458
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
# https://github.com/docker/login-action
41
- name: Log into registry ${{ env.REGISTRY }}
42
if: github.event_name != 'pull_request'
43
- uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf
+ uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
44
with:
45
registry: ${{ env.REGISTRY }}
46
username: ${{ github.actor }}
0 commit comments