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

Abacn 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 eed2511dcce Add "-Pjava21Home" to stage docker step (#39181)
eed2511dcce is described below

commit eed2511dcce341b8cc484f014b22f8966791c344
Author: Yi Hu <[email protected]>
AuthorDate: Wed Jul 1 21:56:19 2026 -0400

    Add "-Pjava21Home" to stage docker step (#39181)
    
    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