mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-03-17 08:50:54 -04:00
Fix docker images not being pushed (#2143)
* Change repo from mastodon/mastodon to glitch-soc/mastodon Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> * Remove repo check from build-image workflow Reverts 0b8b0ef65221e5341cd81b212f0e40722ffd5ef7 Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com> --------- Signed-off-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
parent
867790e07a
commit
81e85782d1
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
provenance: false
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
push: ${{ github.repository == 'mastodon/mastodon' && github.event_name != 'pull_request' }}
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
|
Loading…
x
Reference in New Issue
Block a user