forked from treehouse/mastodon
woodpecker: only do push when branch is main
parent
c4b8dfae32
commit
bb4ed39673
|
@ -15,4 +15,5 @@ pipeline:
|
|||
- docker image push --all-tags gitea.treehouse.systems/treehouse/mastodon
|
||||
when:
|
||||
event: [push, tag]
|
||||
branch: main
|
||||
secrets: [REGISTRY_SECRET]
|
||||
|
|
Loading…
Reference in New Issue