diff --git a/.github/workflows/publish-image-to-ghcr.yml b/.github/workflows/publish-image-to-ghcr.yml index 3995a46..810141f 100644 --- a/.github/workflows/publish-image-to-ghcr.yml +++ b/.github/workflows/publish-image-to-ghcr.yml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 - name: Log in to Docker Registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }}