~cytrogen/masto-fe

0b8b0ef65221e5341cd81b212f0e40722ffd5ef7 — Nick Schonning 3 years ago f9bdaeb
Skip pushing containers on forks (#24106)

1 files changed, 1 insertions(+), 1 deletions(-)

M .github/workflows/build-image.yml
M .github/workflows/build-image.yml => .github/workflows/build-image.yml +1 -1
@@ 63,7 63,7 @@ jobs:
          platforms: linux/amd64,linux/arm64
          provenance: false
          builder: ${{ steps.buildx.outputs.name }}
          push: ${{ github.event_name != 'pull_request' }}
          push: ${{ github.repository == 'mastodon/mastodon' && github.event_name != 'pull_request' }}
          tags: ${{ steps.meta.outputs.tags }}
          labels: ${{ steps.meta.outputs.labels }}
          cache-from: type=gha