Files
tabby-web/frontend/cloudbuild.yaml

11 lines
180 B
YAML
Raw Normal View History

2021-07-25 20:28:19 +02:00
steps:
- name: 'gcr.io/cloud-builders/docker'
dir: 'frontend'
args:
- build
- '-t'
- '${_DOCKER_PUBLISH_URL}'
- '--build-arg'
- 'BACKEND_URL=${_BACKEND_URL}'
- '.'