This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch damccorm-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6ba4df914150280c60045243226b11dcf5042055
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Jan 22 11:30:22 2026 -0500

    Update default release and RC versions in republish workflow
---
 .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 e489f5db984..a35b1e0b3b3 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.70.0' }}"
-  rc: "${{ github.event.inputs.RC || '2' }}"
+  release: "${{ github.event.inputs.RELEASE || '2.71.0' }}"
+  rc: "${{ github.event.inputs.RC || '3' }}"
 
 jobs:
 

Reply via email to