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