We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1cf93 commit 81bfb50Copy full SHA for 81bfb50
.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@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
41
with:
42
registry: ${{ env.REGISTRY }}
43
username: ${{ github.actor }}
0 commit comments