aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-10-21 10:24:04 +0200
committerChocobozzz <me@florianbigard.com>2019-10-21 10:24:04 +0200
commit2e2c02b4f1882e79cf4145d8de4c9cde584eed7d (patch)
tree8713278bae3d1dd9f61b1bba37bffc62e83fd27c /.gitlab-ci.yml
parent687c6180bc5f48b9159bbb229ec5404cc205919e (diff)
downloadPeerTube-2e2c02b4f1882e79cf4145d8de4c9cde584eed7d.tar.gz
PeerTube-2e2c02b4f1882e79cf4145d8de4c9cde584eed7d.tar.zst
PeerTube-2e2c02b4f1882e79cf4145d8de4c9cde584eed7d.zip
Auto build production docker images
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
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:
121 - tags 121 - tags
122 variables: 122 variables:
123 DOCKER_IMAGE_NAME: chocobozzz/peertube:$CI_COMMIT_TAG-stretch 123 DOCKER_IMAGE_NAME: chocobozzz/peertube:$CI_COMMIT_TAG-stretch
124
125build-docker-master:
126 <<: *docker
127 only:
128 - master
129 variables:
130 DOCKER_IMAGE_NAME: chocobozzz/peertube:production-stretch