diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8651951..a8dcc75 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -36,7 +36,6 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to Docker - if: github.event_name != 'pull_request' uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} @@ -64,7 +63,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha