update `only:` for release/ branch regex matching. and to avoid running image builds on unnecessary forks

This commit is contained in:
jp 2020-01-15 16:23:43 -05:00
parent cc4c3255fe
commit 4d19f38753
1 changed files with 5 additions and 2 deletions

View File

@ -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