mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 13:39:56 +00:00
15 lines
240 B
YAML
15 lines
240 B
YAML
steps:
|
|
- name: 'gcr.io/cloud-builders/docker'
|
|
dir: 'frontend'
|
|
args:
|
|
- build
|
|
- '-t'
|
|
- '${_DOCKER_TAG}'
|
|
- '--cache-from'
|
|
- '${_DOCKER_TAG}'
|
|
- '--build-arg'
|
|
- 'BACKEND_URL=${_BACKEND_URL}'
|
|
- '.'
|
|
|
|
images: ['${_DOCKER_TAG}']
|