diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296c7de..6f4190e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: images: ${{ env.GHCR_IMAGE_NAME }} - if: ${{ github.event_name == 'push' || github.ref_name == github.event.repository.default_branch }} - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.repository_owner }}