Skip to content
代码片段 群组 项目
未验证 提交 ec0128d2 编辑于 作者: Danny McCormick's avatar Danny McCormick 提交者: GitHub
浏览文件

Push transform service containers with rest of containers (#26869)

上级 dcf0c0f8
No related branches found
No related tags found
无相关合并请求
......@@ -601,6 +601,9 @@ tasks.register("pushAllDockerImages") {
for (version in project.ext.get("allFlinkVersions") as Array<*>) {
dependsOn(":runners:flink:${version}:job-server-container:dockerPush")
}
dependsOn(":sdks:java:expansion-service:container:dockerPush")
dependsOn(":sdks:java:transform-service:controller-container:dockerPush")
dependsOn(":sdks:python:expansion-service-container:dockerPush")
}
// Use this task to validate the environment set up for Go, Python and Java
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册