0.17.0 has an old version cached, rolling back to 0.15.0
This commit is contained in:
parent
9405b7d97b
commit
f9d9d6b4f4
|
@ -1,10 +1,9 @@
|
||||||
steps:
|
steps:
|
||||||
- name: 'gcr.io/kaniko-project/executor:v0.17.0'
|
- name: 'gcr.io/kaniko-project/executor:v0.15.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