This is an automated email from the ASF dual-hosted git repository.
xqhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new e0b60951edf Updated the republished workflow to 2.64.0 (#34499)
e0b60951edf is described below
commit e0b60951edfda94a5d55ca75678dee1f2a256212
Author: liferoad <[email protected]>
AuthorDate: Tue Apr 1 13:53:50 2025 -0400
Updated the republished workflow to 2.64.0 (#34499)
---
.github/workflows/republish_released_docker_containers.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/republish_released_docker_containers.yml
b/.github/workflows/republish_released_docker_containers.yml
index 6fab92c9b8d..d4d4cf9c92e 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.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.63.0' }}"
+ release: "${{ github.event.inputs.RELEASE || '2.64.0' }}"
rc: "${{ github.event.inputs.RC || '2' }}"
jobs: