mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
Create cloudbuild.yaml
This commit is contained in:
14
cloudbuild.yaml
Normal file
14
cloudbuild.yaml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
steps:
|
||||||
|
- name: 'gcr.io/cloud-builders/docker'
|
||||||
|
dir: '.'
|
||||||
|
args:
|
||||||
|
- build
|
||||||
|
- '-t'
|
||||||
|
- '${_DOCKER_TAG}'
|
||||||
|
- '--cache-from'
|
||||||
|
- '${_DOCKER_TAG}'
|
||||||
|
- '--build-arg'
|
||||||
|
- 'EXTRA_DEPS=${_EXTRA_DEPS}'
|
||||||
|
- '.'
|
||||||
|
|
||||||
|
images: ['${_DOCKER_TAG}']
|
||||||
Reference in New Issue
Block a user