From b46113051462c55416f13cd31cf2660bcf53f58d Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Wed, 8 May 2024 21:42:17 -0500 Subject: [PATCH] REVERT ME: push in PRs --- .github/workflows/publish-container.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index aefb1ba..238deb5 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -37,7 +37,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0 - name: Login to GHCR - if: github.event_name != 'pull_request' uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: ghcr.io @@ -49,5 +48,5 @@ jobs: context: . platforms: linux/amd64,linux/arm64 provenance: "false" - push: ${{ github.event_name != 'pull_request' }} + push: true tags: ${{ steps.meta.outputs.tags }}