Disable cache when building the docker image
This commit is contained in:
parent
244e955e4e
commit
13927f456d
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ build-nightly:
|
|||
|
||||
.docker: &docker
|
||||
stage: docker-nightly
|
||||
cache: {}
|
||||
image:
|
||||
name: gcr.io/kaniko-project/executor:debug
|
||||
entrypoint: [""]
|
||||
|
|
Loading…
Reference in a new issue