tabby-web/frontend/cloudbuild.yaml
Eugene Pankov f677febac3
init
2021-10-31 18:15:23 +01:00

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}']