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 beace23 commit 1857aecCopy full SHA for 1857aec
.github/workflows/build-publish.yml
@@ -60,7 +60,7 @@ jobs:
60
# https://github.com/docker/login-action
61
- name: Log into registry ${{ env.REGISTRY }}
62
if: github.event_name != 'pull_request'
63
- uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
+ uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55
64
with:
65
registry: ${{ env.REGISTRY }}
66
username: ${{ github.actor }}
0 commit comments