mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 05:54:15 +00:00
13 lines
328 B
YAML
13 lines
328 B
YAML
steps:
|
|||
|
|
- name: 'gcr.io/kaniko-project/executor:latest'
|
||
|
|
args:
|
||
|
|
- '--destination=us-docker.pkg.dev/$PROJECT_ID/backend/explore:white-label'
|
||
|
|
- '--cache=true'
|
||
|
|
- '--cache-ttl=168h'
|
||
|
|
- '--snapshotMode=redo'
|
||
|
|
- '--use-new-run'
|
||
|
|
options:
|
||
|
|
machineType: 'E2_HIGHCPU_32'
|
||
|
|
diskSizeGb: 100
|
||
|
|
timeout: '1800s'
|