X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=.gitlab-ci.yml;h=1622a94015b636cb42d831fce04171b42ff1cd70;hb=5a71acd2547c098657ae6e0e31e0862094585088;hp=401a5c960e307d836199fbcbc7bfa95ac645bfd2;hpb=4ba5632266d0cdd54e8e09ac7416c2aa415eed65;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 401a5c960..1622a9401 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,6 @@ build-docker-develop: <<: *docker only: - schedules - - develop variables: DOCKER_IMAGE_NAME: chocobozzz/peertube:develop-stretch @@ -122,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