This is an automated email from the ASF dual-hosted git repository.
vterentev 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 1455548fd37 Update Beam version for republish released docker
containers workflow
1455548fd37 is described below
commit 1455548fd37ce169933f2e6faeee5cb14a6aa0ff
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Tue Sep 23 14:12:55 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 e06d8badeff..cc25b133ea5 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.67.0' }}"
+ release: "${{ github.event.inputs.RELEASE || '2.68.0' }}"
rc: "${{ github.event.inputs.RC || '2' }}"
jobs: