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 89be41a commit 6ef52a3Copy full SHA for 6ef52a3
.github/workflows/docker-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
# https://github.com/docker/login-action
32
- name: Log into registry ${{ env.REGISTRY }}
33
if: github.event_name != 'pull_request'
34
- uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
+ uses: docker/login-action@413775f4e3d05f381e17e4a9668b6bf725359607
35
with:
36
registry: ${{ env.REGISTRY }}
37
username: ${{ github.actor }}
0 commit comments