12 lines
235 B
YAML
12 lines
235 B
YAML
|
steps:
|
||
|
- name: 'gcr.io/kaniko-project/executor:latest'
|
||
|
args:
|
||
|
- --destination=gcr.io/$PROJECT_ID/$BRANCH_NAME
|
||
|
- --cache=true
|
||
|
- --cache-ttl=24h
|
||
|
|
||
|
options:
|
||
|
machineType: 'N1_HIGHCPU_32'
|
||
|
|
||
|
timeout: 3600s # One hour for all steps.
|