Update cloudbuild.yaml

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

View File

@ -1,6 +1,11 @@
steps: steps:
- name: 'gcr.io/cloud-builders/docker' - name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/[PROJECT_ID]/frps', '-f', 'dockerfiles/Dockerfile-for-frps', '.'] args: ['build', '-t', 'gcr.io/nbygeiwwwj/frps', '-f', 'dockerfiles/Dockerfile-for-frps', '.']
images: images:
- 'gcr.io/[PROJECT_ID]/frps' - 'gcr.io/[PROJECT_ID]/frps'
options:
logging: 'CLOUD_LOGGING_ONLY' # 选择适当的日志选项
# 或者
# default_logs_bucket_behavior: 'REGIONAL_USER_OWNED_BUCKET'