13 lines
319 B
YAML
13 lines
319 B
YAML
steps:
|
|
- name: 'gcr.io/cloud-builders/docker'
|
|
args:
|
|
- build
|
|
- -f
|
|
- Dockerfile.vibn
|
|
- -t
|
|
- northamerica-northeast1-docker.pkg.dev/master-ai-484822/vibn-ide/theia:latest
|
|
- .
|
|
images:
|
|
- northamerica-northeast1-docker.pkg.dev/master-ai-484822/vibn-ide/theia:latest
|
|
timeout: 1200s
|