Skip to content

Commit eed2511

Browse files
authored
Add "-Pjava21Home" to stage docker step (#39181)
Follow what we did for javadoc step
1 parent ca66eda commit eed2511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_release_candidate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
with:
282282
distribution: 'temurin'
283283
java-version: |
284-
17
284+
21
285285
11
286286
- name: Install Python 3.10
287287
uses: actions/setup-python@v5
@@ -300,7 +300,7 @@ jobs:
300300
username: ${{ secrets.DOCKERHUB_USER }}
301301
password: ${{ secrets.DOCKERHUB_TOKEN }}
302302
- name: Push docker images
303-
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
303+
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
304304

305305
beam_site_pr:
306306
if: ${{ fromJson(github.event.inputs.STAGE).beam_site_pr == 'yes'}}

0 commit comments

Comments
 (0)