This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch update-republish-version in repository https://gitbox.apache.org/repos/asf/beam.git
commit 6a22371ed6db08974bd29533d14b16a9445717ba Author: Vitaly Terentyev <[email protected]> AuthorDate: Wed Jul 2 11:05:04 2025 +0400 Update Republish Released Docker Images --- .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 1aafd2a9956..2a1bda2a6eb 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.65.0' }}" + release: "${{ github.event.inputs.RELEASE || '2.66.0' }}" rc: "${{ github.event.inputs.RC || '2' }}" jobs:
