【发布时间】:2020-01-21 00:00:16
【问题描述】:
我配置了一个 CI/CD 管道,如果带有特定标签,Google Cloud Build 会自动从推送到 GitHub 存储库的代码构建容器。容器会自动存入 Google Container Registry。注册表中的每个容器都被标记为us.gcr.io/project_name/container_name:tag_name
我的问题是,如果我更改项目名称,这将如何影响我已经用当前项目名称标记的当前位于 Google Container Registry 中的容器?在更新项目名称本身之前,我是否需要使用预期的项目名称更改每个容器上的标签?这是由 GCP 自动处理的吗?
【问题讨论】:
标签: github google-cloud-platform google-cloud-build google-container-registry