diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 85911b7b..c8386e9b 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -54,7 +54,7 @@ jobs: - name: Login to GitHub Package Registry uses: docker/login-action@v3 - if: ${{ github.event_name == 'push' }} + if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io username: ${{ github.repository_owner }}