mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
11 lines
180 B
YAML
11 lines
180 B
YAML
|
|
steps:
|
||
|
|
- name: 'gcr.io/cloud-builders/docker'
|
||
|
|
dir: 'frontend'
|
||
|
|
args:
|
||
|
|
- build
|
||
|
|
- '-t'
|
||
|
|
- '${_DOCKER_PUBLISH_URL}'
|
||
|
|
- '--build-arg'
|
||
|
|
- 'BACKEND_URL=${_BACKEND_URL}'
|
||
|
|
- '.'
|