logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 068740aa1649869fbb73ef037767a28eacb945d2
parent 8910303f71b6fa0a1fd79531ec983e1a9c5dc5ac
Author: Mark Felder <feld@feld.me>
Date:   Wed, 17 Feb 2021 10:08:12 -0600

Make it possible to generate custom docker images by prefixing the branch name with "build-docker"

Diffstat:

M.gitlab-ci.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -326,6 +326,7 @@ docker: - dind only: - develop@pleroma/pleroma + - /^build-docker/.*$/@pleroma/pleroma docker-stable: stage: docker