mirror of
https://github.com/mastodon/mastodon
synced 2024-11-27 22:38:27 +09:00
Skip pushing containers on forks (#24106)
This commit is contained in:
parent
727126255a
commit
18840cbc6e
4
.github/workflows/build-image.yml
vendored
4
.github/workflows/build-image.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user