From 2e2c02b4f1882e79cf4145d8de4c9cde584eed7d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 21 Oct 2019 10:24:04 +0200 Subject: Auto build production docker images --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3