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 d13fb45 + 7bd097b commit 8a36f5bCopy full SHA for 8a36f5b
.github/workflows/ghcr-image-build-and-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
# https://github.com/docker/login-action
44
- name: Log into registry ${{ env.REGISTRY }}
45
if: github.event_name != 'pull_request'
46
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
47
with:
48
registry: ${{ env.REGISTRY }}
49
username: ${{ github.actor }}
0 commit comments