Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Google Cloud Artifact Registry 和 Cloud Run 之间建立连接(无需编写代码)。因此,每次推送时,我都想在 Cloud Run 上创建/更新同名的服务。
这可能吗?
不,你不能。推送映像的系统必须在使用新映像触发新 Cloud Run 修订版的部署之后。latest如果需要,请标记。
latest
在 Artifact 注册表上的推送事件中,没有什么是自动的。
我建议您考虑 Container Registry,然后您可以连接自动事件。