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 74874011641 Update Beam version for republish released docker
containers workflow (#37141)
74874011641 is described below
commit 74874011641348d2186715511f65d227aa54fece
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Dec 18 18:32:56 2025 +0400
Update Beam version for republish released docker containers workflow
(#37141)
---
.github/workflows/republish_released_docker_containers.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/republish_released_docker_containers.yml
b/.github/workflows/republish_released_docker_containers.yml
index a9d043bec75..e489f5db984 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.github/workflows/republish_released_docker_containers.yml
@@ -32,7 +32,7 @@ on:
- cron: "0 6 * * 1"
env:
docker_registry: gcr.io
- release: "${{ github.event.inputs.RELEASE || '2.69.0' }}"
+ release: "${{ github.event.inputs.RELEASE || '2.70.0' }}"
rc: "${{ github.event.inputs.RC || '2' }}"
jobs: