mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-07 21:19:53 +00:00
15 lines
237 B
YAML
15 lines
237 B
YAML
steps:
|
|
- name: 'gcr.io/cloud-builders/docker'
|
|
dir: 'backend'
|
|
args:
|
|
- build
|
|
- '-t'
|
|
- '${_DOCKER_TAG}'
|
|
- '--cache-from'
|
|
- '${_DOCKER_TAG}'
|
|
- '--build-arg'
|
|
- 'EXTRA_DEPS=${_EXTRA_DEPS}'
|
|
- '.'
|
|
|
|
images: ['${_DOCKER_TAG}']
|