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

Abacn pushed a commit to branch Abacn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit cf0ce2e2664011f24cd9726f15e69fd33c210352
Author: Yi Hu <[email protected]>
AuthorDate: Tue Jun 30 17:22:54 2026 -0400

    Add "-Pjava21Home" to stage docker step
    
    Follow what we did for javadoc step
---
 .github/workflows/build_release_candidate.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 3f9aa95ede1..de031aa5920 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -281,7 +281,7 @@ jobs:
         with:
           distribution: 'temurin'
           java-version: |
-            17
+            21
             11
       - name: Install Python 3.10
         uses: actions/setup-python@v5
@@ -300,7 +300,7 @@ jobs:
           username: ${{ secrets.DOCKERHUB_USER }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Push docker images
-        run: ./gradlew ${{ matrix.images_to_publish.gradle_task }} -PisRelease 
-Pdocker-pull-licenses -Pprune-images ${{ 
matrix.images_to_publish.include_skip_flags }} -Pdocker-tag=${{ 
github.event.inputs.RELEASE }}rc${{ github.event.inputs.RC }} --no-daemon 
--no-parallel
+        run: ./gradlew ${{ matrix.images_to_publish.gradle_task }} -PisRelease 
-Pdocker-pull-licenses -Pprune-images ${{ 
matrix.images_to_publish.include_skip_flags }} -Pdocker-tag=${{ 
github.event.inputs.RELEASE }}rc${{ github.event.inputs.RC }} 
-Pjava21Home=$JAVA_HOME_21_X64 --no-daemon --no-parallel
 
   beam_site_pr:
     if:  ${{ fromJson(github.event.inputs.STAGE).beam_site_pr == 'yes'}}

Reply via email to