diff options
-rw-r--r-- | .gitlab-ci.yml | 7 |
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 | |||
125 | build-docker-master: | ||
126 | <<: *docker | ||
127 | only: | ||
128 | - master | ||
129 | variables: | ||
130 | DOCKER_IMAGE_NAME: chocobozzz/peertube:production-stretch | ||