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 983716f commit d961975Copy full SHA for d961975
1 file changed
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Set up Buildx
71
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
72
- name: Login to GitHub Container Registry
73
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
74
with:
75
registry: ghcr.io
76
username: ${{ github.actor }}
0 commit comments