From: jp Date: Wed, 15 Jan 2020 21:23:43 +0000 (-0500) Subject: update `only:` for release/ branch regex matching. and to avoid running image builds... X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=4d19f38753353ab804406bc8a8c11fc57de74c66;p=akkoma update `only:` for release/ branch regex matching. and to avoid running image builds on unnecessary forks --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3dff6237a..25e002980 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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