]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .gitlab-ci.yml
Add ability to update icons content
[github/Chocobozzz/PeerTube.git] / .gitlab-ci.yml
index b8c9c5fdac92dede7e8ba33d4ffbc842e0c717fb..d903f77ea07540f13a681c0196936f20ed2b2b9c 100644 (file)
@@ -100,6 +100,7 @@ build-nightly:
 
 .docker: &docker
   stage: docker-nightly
+  cache: {}
   image:
     name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]
@@ -121,3 +122,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