diff --git a/.github/workflows/republish_released_docker_containers.yml b/.github/workflows/republish_released_docker_containers.yml index 7feae365ce51..afba70e3d164 100644 --- a/.github/workflows/republish_released_docker_containers.yml +++ b/.github/workflows/republish_released_docker_containers.yml @@ -32,7 +32,7 @@ on: - cron: "0 6 * * 1" env: docker_registry: gcr.io - release: "${{ github.event.inputs.RELEASE || '2.72.0' }}" + release: "${{ github.event.inputs.RELEASE || '2.73.0' }}" rc: "${{ github.event.inputs.RC || '5' }}" jobs: