aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 17:55:47 +1000
committerAndrew Harvey <andrew@alantgeo.com.au>2021-05-16 17:55:47 +1000
commitcbd914de31f53cd3192806eb9e9dd66928713b56 (patch)
treed7e3adafb7a069eb6ebe7a8c611962f254ef86a2
parent444032ff17c646c290765e85640e1b39445a40ab (diff)
disable cache on docker
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c491aa..60c2549 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ docker prepare:
after_script:
- docker logout $CI_REGISTRY
when: manual
+ cache: {}
docker build:
image: docker:latest
@@ -39,6 +40,7 @@ docker build:
after_script:
- docker logout $CI_REGISTRY
when: manual
+ cache: {}
docker conflate:
image: docker:latest
@@ -53,6 +55,7 @@ docker conflate:
after_script:
- docker logout $CI_REGISTRY
when: manual
+ cache: {}
prepare:
stage: prepare