From 542af155f79d65b32a85c932b39b57833342fece Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 24 Jun 2021 17:18:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e67233..52ca76c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ image: entrypoint: [""] variables: - KANIKO_CACHE_ARGS: "--cache=true --cache-copy-layers=true --cache-ttl=24h" + KANIKO_CACHE_ARGS: "--cache=false --cache-copy-layers=false --cache-ttl=24h" ng_build_merge_request: stage: build