Create cloudbuild.yaml

This commit is contained in:
LAi Lin 2024-12-25 15:34:56 +08:00 committed by GitHub
parent 43ce94f484
commit f6ca33a0a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
cloudbuild.yaml Normal file
View 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'