Skip pushing containers on forks (#24106)

This commit is contained in:
Nick Schonning 2023-03-15 11:43:44 -04:00 committed by Claire
parent 520377a609
commit 43a16e43ba

View file

@ -55,7 +55,9 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
provenance: false
builder: ${{ steps.buildx.outputs.name }}
push: ${{ github.repository == 'mastodon/mastodon' && github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha