frp/cloudbuild.yaml

12 lines
327 B
YAML
Raw Normal View History

2024-12-25 15:34:56 +08:00
steps:
- name: 'gcr.io/cloud-builders/docker'
2024-12-25 15:38:33 +08:00
args: ['build', '-t', 'gcr.io/nbygeiwwwj/frps', '-f', 'dockerfiles/Dockerfile-for-frps', '.']
2024-12-25 15:34:56 +08:00
images:
2024-12-25 15:44:14 +08:00
- 'gcr.io/nbygeiwwwj/frps'
2024-12-25 15:38:33 +08:00
options:
logging: 'CLOUD_LOGGING_ONLY' # 选择适当的日志选项
# 或者
# default_logs_bucket_behavior: 'REGIONAL_USER_OWNED_BUCKET'