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: