From 1c8747b2041db2c97d7d88e2ce6a47bf41a6e34b Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 8 Jan 2025 19:03:04 +0000 Subject: [PATCH] push images on PR --- .github/workflows/publish-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 0f1f1cc5..12a0fc03 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -169,7 +169,6 @@ jobs: file: "Containerfile" build-args: ${{ matrix.target_cpu != 'base' && format('TARGET_CPU={0}', matrix.target_cpu) || '' }} platforms: ${{ matrix.platform }} - push: ${{ github.event_name != 'pull_request' }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha