protfunc / cloudbuild.yaml
Sbhat2026's picture
v4: creator credit, stage canvases, no-cache fix
0066991 verified
Raw
History Blame Contribute Delete
238 Bytes
steps:
- name: 'gcr.io/cloud-builders/docker'
args: [build, -t, gcr.io/$PROJECT_ID/protfunc, -f, Dockerfile.cloudrun, .]
timeout: 1800s
images: ['gcr.io/$PROJECT_ID/protfunc']
timeout: 2100s
options:
machineType: E2_HIGHCPU_8