Skip to content

Commit

Permalink
Build smoke test images for Java 23 (#12491)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Oct 21, 2024
1 parent 6233ae2 commit 6cbdd01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-smoke-test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ jobs:
- name: Build Java 21 Docker image
if: "!inputs.skip-java-21"
run: ./gradlew ${{ inputs.project }}:${{ inputs.publish && 'jib' || 'jibDockerBuild' }} -Ptag=${{ env.TAG }} -PtargetJDK=21 -Djib.httpTimeout=120000 -Djib.console=plain

- name: Build Java 23 Docker image
if: "!inputs.skip-java-23"
run: ./gradlew ${{ inputs.project }}:${{ inputs.publish && 'jib' || 'jibDockerBuild' }} -Ptag=${{ env.TAG }} -PtargetJDK=23 -Djib.httpTimeout=120000 -Djib.console=plain

0 comments on commit 6cbdd01

Please sign in to comment.