mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-08 05:29:52 +00:00
13 lines
188 B
YAML
13 lines
188 B
YAML
steps:
|
|
- name: 'gcr.io/cloud-builders/docker'
|
|
dir: 'frontend'
|
|
args:
|
|
- build
|
|
- '-t'
|
|
- '${_DOCKER_TAG}'
|
|
- '--cache-from'
|
|
- '${_DOCKER_TAG}'
|
|
- '.'
|
|
|
|
images: ['${_DOCKER_TAG}']
|