Skip to content

Commit 71405b8

Browse files
authored
Update default version in republish_released_docker_containers.yml (#38010)
1 parent e6c9faa commit 71405b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/republish_released_docker_containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ on:
3232
- cron: "0 6 * * 1"
3333
env:
3434
docker_registry: gcr.io
35-
release: "${{ github.event.inputs.RELEASE || '2.71.0' }}"
36-
rc: "${{ github.event.inputs.RC || '3' }}"
35+
release: "${{ github.event.inputs.RELEASE || '2.72.0' }}"
36+
rc: "${{ github.event.inputs.RC || '5' }}"
3737

3838
jobs:
3939

0 commit comments

Comments
 (0)