push images on PR

This commit is contained in:
Jade Ellis 2025-01-08 19:03:04 +00:00
parent 2970497259
commit 1c8747b204
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -169,7 +169,6 @@ jobs:
file: "Containerfile" file: "Containerfile"
build-args: ${{ matrix.target_cpu != 'base' && format('TARGET_CPU={0}', matrix.target_cpu) || '' }} build-args: ${{ matrix.target_cpu != 'base' && format('TARGET_CPU={0}', matrix.target_cpu) || '' }}
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}
push: ${{ github.event_name != 'pull_request' }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }} annotations: ${{ steps.meta.outputs.annotations }}
cache-from: type=gha cache-from: type=gha