mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 06:46:05 +01:00
Create cloudbuild.yaml
This commit is contained in:
10
frontend/cloudbuild.yaml
Normal file
10
frontend/cloudbuild.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
steps:
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
dir: 'frontend'
|
||||
args:
|
||||
- build
|
||||
- '-t'
|
||||
- '${_DOCKER_PUBLISH_URL}'
|
||||
- '--build-arg'
|
||||
- 'BACKEND_URL=${_BACKEND_URL}'
|
||||
- '.'
|
||||
Reference in New Issue
Block a user