From: Chocobozzz Date: Mon, 21 Oct 2019 08:24:04 +0000 (+0200) Subject: Auto build production docker images X-Git-Tag: v2.0.0-rc.1~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e2c02b4f1882e79cf4145d8de4c9cde584eed7d;p=oweals%2Fpeertube.git Auto build production docker images --- 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