File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
actions/load-docker-image Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Log in to GitHub Container Registry
3636 if : inputs.use-artifact == 'false'
37- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
37+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3838 with :
3939 registry : ghcr.io
4040 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ jobs:
964964
965965 - name : Log in to GitHub Container Registry
966966 if : steps.strategy.outputs.should-push == 'true'
967- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
967+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
968968 with :
969969 registry : ghcr.io
970970 username : ${{ github.actor }}
@@ -1198,7 +1198,7 @@ jobs:
11981198
11991199 - name : Log in to GitHub Container Registry
12001200 if : steps.strategy.outputs.should-push == 'true'
1201- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
1201+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
12021202 with :
12031203 registry : ghcr.io
12041204 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2727 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
2828
2929 - name : Login to GHCR
30- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
30+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3131 with :
3232 registry : ghcr.io
3333 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments