This is an automated email from the ASF dual-hosted git repository.

jrmccluskey 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 170885af558 Bump target for Republish Released Docker Containers to 
2.63.0 RC2 (#34068)
170885af558 is described below

commit 170885af5582595822ee56985d6ce285eed40df7
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Feb 25 11:28:55 2025 -0500

    Bump target for Republish Released Docker Containers to 2.63.0 RC2 (#34068)
---
 .github/workflows/republish_released_docker_containers.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/republish_released_docker_containers.yml 
b/.github/workflows/republish_released_docker_containers.yml
index 8e95269bc6a..f87f4af220c 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.github/workflows/republish_released_docker_containers.yml
@@ -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:
 

Reply via email to