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.
2 parents cbaf595 + 2cf449e commit aa1d88fCopy full SHA for aa1d88f
.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@7ca345011ac4304463197fac0e56eab1bc7e6af0
+ uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
41
with:
42
registry: ${{ env.REGISTRY }}
43
username: ${{ github.actor }}
0 commit comments