We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1679b41 commit 7a620dbCopy full SHA for 7a620db
.github/workflows/docker-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Log into registry ${{ env.REGISTRY }}
32
if: github.event_name != 'pull_request'
33
- uses: docker/login-action@bc135a1993a1d0db3e9debefa0cfcb70443cc94c
+ uses: docker/login-action@3da7dc6e2b31f99ef2cb9fb4c50fb0971e0d0139
34
with:
35
registry: ${{ env.REGISTRY }}
36
username: ${{ github.actor }}
0 commit comments