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

View file

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