This is an automated email from the ASF dual-hosted git repository.
Amar3tto 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 eba9ffa57e3 Update republish_released_docker_containers default
release version
eba9ffa57e3 is described below
commit eba9ffa57e353a496d4bbc453e7c7a573b605713
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Jul 9 12:38:05 2026 +0400
Update republish_released_docker_containers default release version
---
.github/workflows/republish_released_docker_containers.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/republish_released_docker_containers.yml
b/.github/workflows/republish_released_docker_containers.yml
index 2f719ba604e..bad691569cd 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.github/workflows/republish_released_docker_containers.yml
@@ -32,8 +32,8 @@ on:
- cron: "0 6 * * 1"
env:
docker_registry: gcr.io
- release: "${{ github.event.inputs.RELEASE || '2.74.0' }}"
- rc: "${{ github.event.inputs.RC || '3' }}"
+ release: "${{ github.event.inputs.RELEASE || '2.75.0' }}"
+ rc: "${{ github.event.inputs.RC || '1' }}"
jobs: