damccorm commented on code in PR #36664:
URL: https://github.com/apache/beam/pull/36664#discussion_r2473108358


##########
.github/workflows/republish_released_docker_containers.yml:
##########
@@ -32,7 +32,7 @@ on:
   - cron: "0 6 * * 1"
 env:
   docker_registry: gcr.io
-  release: "${{ github.event.inputs.RELEASE || '2.68.0' }}"
+  release: "${{ github.event.inputs.RELEASE || '2.69.0' }}"

Review Comment:
   Its actually surprisingly tricky because of the ordering of things (you need 
the release before checkout). So its possible, but maybe more trouble than its 
worth. An easier version might be to auto-update this as part of our other 
post-release workflows.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to