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 3de087a commit ebb3edbCopy full SHA for ebb3edb
.github/workflows/ghcr-io-docker-build.yaml
@@ -42,7 +42,7 @@ jobs:
42
# https://github.com/docker/login-action
43
- name: Log into registry ${{ env.REGISTRY }}
44
if: github.event_name != 'pull_request'
45
- uses: docker/login-action@7ca345011ac4304463197fac0e56eab1bc7e6af0
+ uses: docker/login-action@6d4b68b490aef8836e8fb5e50ee7b3bdfa5894f0
46
with:
47
registry: ${{ env.REGISTRY }}
48
username: ${{ github.actor }}
0 commit comments