Skip to content

Commit

Permalink
Update republish workflow with latest beam (#33194)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Dec 3, 2024
1 parent 63d89cd commit 2fe725d
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 @@ -34,8 +34,8 @@ on:
- cron: "0 6 * * 1"
env:
docker_registry: gcr.io
release: ${{ github.event.inputs.RELEASE || "2.60.0" }}
rc: ${{ github.event.inputs.RC || "2" }}
release: ${{ github.event.inputs.RELEASE || "2.61.0" }}
rc: ${{ github.event.inputs.RC || "3" }}

jobs:

Expand Down

0 comments on commit 2fe725d

Please sign in to comment.