0.17.0 has an old version cached, rolling back to 0.15.0

This commit is contained in:
Deirdre Connolly 2020-02-04 04:37:46 -05:00 committed by Deirdre Connolly
parent 9405b7d97b
commit f9d9d6b4f4
1 changed files with 1 additions and 2 deletions

View File

@ -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'