Skip to content

Commit

Permalink
Bump target for Republish Released Docker Containers to 2.63.0 RC2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey authored Feb 25, 2025
1 parent 82d3d8d commit 170885a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/republish_released_docker_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ on:
- cron: "0 6 * * 1"
env:
docker_registry: gcr.io
release: "${{ github.event.inputs.RELEASE || '2.61.0' }}"
rc: "${{ github.event.inputs.RC || '3' }}"
release: "${{ github.event.inputs.RELEASE || '2.63.0' }}"
rc: "${{ github.event.inputs.RC || '2' }}"

jobs:

Expand Down

0 comments on commit 170885a

Please sign in to comment.