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 6982bae commit 5a6790bCopy full SHA for 5a6790b
1 file changed
.github/workflows/docker-image.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Log in to the Container registry
60
if: ${{ !env.ACT && vars.DO_DOCKER_PUSH == 'true' }}
61
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
62
with:
63
registry: ghcr.io
64
username: ${{ github.actor }}
0 commit comments