X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitlab-ci.yml;h=1622a94015b636cb42d831fce04171b42ff1cd70;hb=52201311e1973a12960466232d4dec861e8258ee;hp=b8c9c5fdac92dede7e8ba33d4ffbc842e0c717fb;hpb=c9917782ea9a90d685b0ba70b9c72971b221e5d9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8c9c5fda..1622a9401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,3 +121,10 @@ build-docker-tag: - tags variables: DOCKER_IMAGE_NAME: chocobozzz/peertube:$CI_COMMIT_TAG-stretch + +build-docker-master: + <<: *docker + only: + - master + variables: + DOCKER_IMAGE_NAME: chocobozzz/peertube:production-stretch