mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
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:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop@pleroma/pleroma
|
||||||
|
- /^maint/.*$/@pleroma/pleroma
|
||||||
|
- /^ci\/.*$/@jp/pleroma
|
||||||
|
|
||||||
docker-stable:
|
docker-stable:
|
||||||
stage: docker
|
stage: docker
|
||||||
|
@ -312,4 +314,5 @@ docker-stable:
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
only:
|
only:
|
||||||
- stable
|
- stable@pleroma/pleroma
|
||||||
|
- /^release/.*$/@pleroma/pleroma
|
||||||
|
|
Loading…
Reference in a new issue