mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
13 lines
203 B
YAML
13 lines
203 B
YAML
steps:
|
|
- name: 'gcr.io/cloud-builders/docker'
|
|
dir: 'backend'
|
|
args:
|
|
- build
|
|
- '-t'
|
|
- '${_DOCKER_PUBLISH_URL}'
|
|
- '--cache-from'
|
|
- '${_DOCKER_PUBLISH_URL}'
|
|
- '.'
|
|
|
|
images: ['${_DOCKER_TAG}']
|