Skip to content

Commit eba9ffa

Browse files
committed
Update republish_released_docker_containers default release version
1 parent cb9f947 commit eba9ffa

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

3838
jobs:
3939

0 commit comments

Comments
 (0)