Files
tabby-web/frontend/cloudbuild.yaml

13 lines
188 B
YAML
Raw Permalink Normal View History

2021-07-25 20:28:19 +02:00
steps:
- name: 'gcr.io/cloud-builders/docker'
dir: 'frontend'
args:
- build
- '-t'
2021-07-25 20:45:15 +02:00
- '${_DOCKER_TAG}'
2021-07-25 20:37:29 +02:00
- '--cache-from'
2021-07-25 20:45:15 +02:00
- '${_DOCKER_TAG}'
2021-07-25 20:28:19 +02:00
- '.'
2021-07-25 20:45:15 +02:00
images: ['${_DOCKER_TAG}']