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

vterentev pushed a commit to branch fix-flink-cogbk
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-flink-cogbk by this push:
     new c757834f5cd Push Flink 1.19
c757834f5cd is described below

commit c757834f5cdfb4f03c84dcaa8c0cff3f0b97b2e7
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Oct 9 22:50:43 2025 +0400

    Push Flink 1.19
---
 .github/workflows/beam_Publish_Docker_Snapshots.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/beam_Publish_Docker_Snapshots.yml 
b/.github/workflows/beam_Publish_Docker_Snapshots.yml
index ad3f0da2296..2d71ba7bf91 100644
--- a/.github/workflows/beam_Publish_Docker_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Docker_Snapshots.yml
@@ -76,6 +76,13 @@ jobs:
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker ${{ env.docker_registry }}
+      - name: run Publish Docker Snapshots script for Flink 1.19
+        uses: ./.github/actions/gradle-command-self-hosted-action
+        with:
+          gradle-command: :runners:flink:1.19:job-server-container:dockerPush
+          arguments: |
+            
-Pdocker-repository-root=gcr.io/apache-beam-testing/beam_portability \
+            -Pdocker-tag-list=${{ github.sha }}${LATEST_TAG}
       - name: run Publish Docker Snapshots script for Spark
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
@@ -83,7 +90,7 @@ jobs:
           arguments: |
             
-Pdocker-repository-root=gcr.io/apache-beam-testing/beam_portability \
             -Pdocker-tag-list=${{ github.sha }}${LATEST_TAG}
-      - name: run Publish Docker Snapshots script for Flink
+      - name: run Publish Docker Snapshots script for Flink 1.17
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
           gradle-command: :runners:flink:1.17:job-server-container:dockerPush

Reply via email to