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