From 6ba4df914150280c60045243226b11dcf5042055 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 22 Jan 2026 11:30:22 -0500 Subject: [PATCH] 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 e489f5db9840..a35b1e0b3b30 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: