mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-08-24 10:11:52 +00: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