diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d4528b..9745189e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Docker Hub + if: github.event_name != 'pull_request' uses: docker/login-action@v4 with: registry: docker.io