Pin cloud builder version

The builder image was pointing at latest, 0.16.0 introduced a breaking
change that requires an extra flag.
This commit is contained in:
Deirdre Connolly 2020-02-04 04:32:00 -05:00 committed by Deirdre Connolly
parent 73463c33f4
commit 9405b7d97b
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
steps:
- name: 'gcr.io/kaniko-project/executor:latest'
- name: 'gcr.io/kaniko-project/executor:v0.17.0'
args:
- --destination=gcr.io/$PROJECT_ID/$BRANCH_NAME
- --cache=true
- --cache-ttl=24h
- --whitelist-var-run=false
options:
machineType: 'N1_HIGHCPU_32'