diff --git a/.github/workflows/republish_released_docker_containers.yml b/.github/workflows/republish_released_docker_containers.yml index 48e9b7101a80..efc1030844f2 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.73.0' }}" - rc: "${{ github.event.inputs.RC || '5' }}" + release: "${{ github.event.inputs.RELEASE || '2.74.0' }}" + rc: "${{ github.event.inputs.RC || '3' }}" jobs: