mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 15:26:04 +01:00
wip
This commit is contained in:
12
backend/cloudbuild.yaml
Normal file
12
backend/cloudbuild.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
steps:
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
dir: 'backend'
|
||||
args:
|
||||
- build
|
||||
- '-t'
|
||||
- '${_DOCKER_PUBLISH_URL}'
|
||||
- '--cache-from'
|
||||
- '${_DOCKER_PUBLISH_URL}'
|
||||
- '--build-arg'
|
||||
- 'BACKEND_URL=${_BACKEND_URL}'
|
||||
- '.'
|
||||
Reference in New Issue
Block a user