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