Disable cache when building the docker image
authorChocobozzz <me@florianbigard.com>
Wed, 4 Dec 2019 07:45:29 +0000 (08:45 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 4 Dec 2019 07:45:29 +0000 (08:45 +0100)
.gitlab-ci.yml

index 1622a94015b636cb42d831fce04171b42ff1cd70..d903f77ea07540f13a681c0196936f20ed2b2b9c 100644 (file)
@@ -100,6 +100,7 @@ build-nightly:
 
 .docker: &docker
   stage: docker-nightly
+  cache: {}
   image:
     name: gcr.io/kaniko-project/executor:debug
     entrypoint: [""]