diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4945dbc..42dd5d2 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.repository_owner }}