We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1d88f commit 47086ffCopy full SHA for 47086ff
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
# https://github.com/docker/login-action
38
- name: Log into registry ${{ env.REGISTRY }}
39
if: github.event_name != 'pull_request'
40
- uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
+ uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
41
with:
42
registry: ${{ env.REGISTRY }}
43
username: ${{ github.actor }}
0 commit comments