【发布时间】:2017-04-05 17:29:53
【问题描述】:
在 Google Cloud Container Builder 上,我们希望:
- 将任何分支推送到 REPO:BRANCH
- 将任何标签推送到 REPO:TAG
- 将 master 推送到 REPO:最新
我们需要为每个单独的cloudbuild.yml 文件吗?有没有更轻松的方法?
我们需要在 UI 中使用文件而不是触发器,因为构建需要 20 分钟,而 UI 触发器的超时时间为 10 分钟。
【问题讨论】:
标签: google-kubernetes-engine google-container-registry google-cloud-repository