This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ec0128d28af Push transform service containers with rest of containers 
(#26869)
ec0128d28af is described below

commit ec0128d28af2c077c6023b814d0541aff920cabb
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Wed May 24 11:58:49 2023 -0400

    Push transform service containers with rest of containers (#26869)
---
 build.gradle.kts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.gradle.kts b/build.gradle.kts
index 64da616ed2a..4aab4e4c6b2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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

Reply via email to