We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8007b commit 02bf0c5Copy full SHA for 02bf0c5
.github/workflows/docker-publish.yml
@@ -53,7 +53,7 @@ jobs:
53
# https://github.com/docker/login-action
54
- name: Log into registry ${{ env.REGISTRY }}
55
if: github.event_name != 'pull_request'
56
- uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
+ uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c
57
with:
58
registry: ${{ env.REGISTRY }}
59
username: ${{ github.actor }}
0 commit comments