Skip to content

Commit 170885a

Browse files
authored
Bump target for Republish Released Docker Containers to 2.63.0 RC2 (#34068)
1 parent 82d3d8d commit 170885a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.61.0' }}"
36-
rc: "${{ github.event.inputs.RC || '3' }}"
35+
release: "${{ github.event.inputs.RELEASE || '2.63.0' }}"
36+
rc: "${{ github.event.inputs.RC || '2' }}"
3737

3838
jobs:
3939

0 commit comments

Comments
 (0)