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