From f9d9d6b4f4b031a26074a86cee0a6277511c4306 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 4 Feb 2020 04:37:46 -0500 Subject: [PATCH] 0.17.0 has an old version cached, rolling back to 0.15.0 --- cloudbuild.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 900de5b39..10ffa5258 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -1,10 +1,9 @@ steps: -- name: 'gcr.io/kaniko-project/executor:v0.17.0' +- name: 'gcr.io/kaniko-project/executor:v0.15.0' args: - --destination=gcr.io/$PROJECT_ID/$BRANCH_NAME - --cache=true - --cache-ttl=24h - - --whitelist-var-run=false options: machineType: 'N1_HIGHCPU_32'