diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 900de5b3..10ffa525 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'