diff --git a/Jenkinsfile b/Jenkinsfile index bc880ab..0e7db6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -143,7 +143,7 @@ pipeline { --network host \ --progress=plain \ --provenance=false \ - --cache-from type=registry,ref=${API_CACHE_IMAGE} \ + --no-cache \ --build-arg HTTP_PROXY=${HTTP_PROXY_URL} \ --build-arg HTTPS_PROXY=${HTTP_PROXY_URL} \ --build-arg NO_PROXY=${NO_PROXY_HOSTS} \ @@ -253,7 +253,7 @@ pipeline { --network host \ --progress=plain \ --provenance=false \ - --cache-from type=registry,ref=${WEB_CACHE_IMAGE} \ + --no-cache \ --build-arg NODE_IMAGE=${WEB_NODE_IMAGE} \ --build-arg NGINX_IMAGE=${WEB_NGINX_IMAGE} \ --build-arg HTTP_PROXY=${HTTP_PROXY_URL} \