forked from AkkomaGang/akkoma
update only:
for release/ branch regex matching. and to avoid running image builds on unnecessary forks
This commit is contained in:
parent
cc4c3255fe
commit
4d19f38753
1 changed files with 5 additions and 2 deletions
|
@ -293,7 +293,9 @@ docker:
|
|||
tags:
|
||||
- dind
|
||||
only:
|
||||
- develop
|
||||
- develop@pleroma/pleroma
|
||||
- /^maint/.*$/@pleroma/pleroma
|
||||
- /^ci\/.*$/@jp/pleroma
|
||||
|
||||
docker-stable:
|
||||
stage: docker
|
||||
|
@ -312,4 +314,5 @@ docker-stable:
|
|||
tags:
|
||||
- dind
|
||||
only:
|
||||
- stable
|
||||
- stable@pleroma/pleroma
|
||||
- /^release/.*$/@pleroma/pleroma
|
||||
|
|
Loading…
Reference in a new issue