We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e530809 commit dfe97e6Copy full SHA for dfe97e6
1 file changed
.github/workflows/republish_released_docker_containers.yml
@@ -32,7 +32,7 @@ on:
32
- cron: "0 6 * * 1"
33
env:
34
docker_registry: gcr.io
35
- release: "${{ github.event.inputs.RELEASE || '2.72.0' }}"
+ release: "${{ github.event.inputs.RELEASE || '2.73.0' }}"
36
rc: "${{ github.event.inputs.RC || '5' }}"
37
38
jobs:
0 commit comments