Create cloudbuild.yaml
This commit is contained in:
parent
43ce94f484
commit
f6ca33a0a5
6
cloudbuild.yaml
Normal file
6
cloudbuild.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
steps:
|
||||
- name: 'gcr.io/cloud-builders/docker'
|
||||
args: ['build', '-t', 'gcr.io/[PROJECT_ID]/frps', '-f', 'dockerfiles/Dockerfile-for-frps', '.']
|
||||
|
||||
images:
|
||||
- 'gcr.io/[PROJECT_ID]/frps'
|
Loading…
Reference in New Issue
Block a user