diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4840871..52b2c75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -597,7 +597,7 @@ jobs: - name: Login to GitHub Container Registry if: ${{ (github.ref == 'refs/heads/main') && (github.event_name != 'pull_request') && !env.ACT }} - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ghcr.io username: ${{ github.repository_owner }}