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:
parent
73463c33f4
commit
9405b7d97b
|
|
@ -1,9 +1,10 @@
|
||||||
steps:
|
steps:
|
||||||
- name: 'gcr.io/kaniko-project/executor:latest'
|
- name: 'gcr.io/kaniko-project/executor:v0.17.0'
|
||||||
args:
|
args:
|
||||||
- --destination=gcr.io/$PROJECT_ID/$BRANCH_NAME
|
- --destination=gcr.io/$PROJECT_ID/$BRANCH_NAME
|
||||||
- --cache=true
|
- --cache=true
|
||||||
- --cache-ttl=24h
|
- --cache-ttl=24h
|
||||||
|
- --whitelist-var-run=false
|
||||||
|
|
||||||
options:
|
options:
|
||||||
machineType: 'N1_HIGHCPU_32'
|
machineType: 'N1_HIGHCPU_32'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue