Files
tabby-web/cloudbuild.yaml

16 lines
246 B
YAML
Raw Normal View History

2021-11-21 00:15:27 +01:00
steps:
- name: 'gcr.io/cloud-builders/docker'
dir: '.'
args:
- build
- '-t'
- '${_DOCKER_TAG}'
- '--cache-from'
- '${_DOCKER_TAG}'
- '--build-arg'
- 'EXTRA_DEPS=${_EXTRA_DEPS}'
- '.'
2021-11-21 00:28:29 +01:00
timeout: 1200s
2021-11-21 00:15:27 +01:00
images: ['${_DOCKER_TAG}']