This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-republish-2-70 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 10a4c8278d53446c3c02a3bdfe040d9e949285ae Author: Vitaly Terentyev <[email protected]> AuthorDate: Thu Dec 18 16:11:11 2025 +0400 Update Beam version for republish released docker containers workflow --- .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:
