We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6233ae2 commit 6cbdd01Copy full SHA for 6cbdd01
.github/workflows/reusable-smoke-test-images.yml
@@ -79,3 +79,7 @@ jobs:
79
- name: Build Java 21 Docker image
80
if: "!inputs.skip-java-21"
81
run: ./gradlew ${{ inputs.project }}:${{ inputs.publish && 'jib' || 'jibDockerBuild' }} -Ptag=${{ env.TAG }} -PtargetJDK=21 -Djib.httpTimeout=120000 -Djib.console=plain
82
+
83
+ - name: Build Java 23 Docker image
84
+ if: "!inputs.skip-java-23"
85
+ run: ./gradlew ${{ inputs.project }}:${{ inputs.publish && 'jib' || 'jibDockerBuild' }} -Ptag=${{ env.TAG }} -PtargetJDK=23 -Djib.httpTimeout=120000 -Djib.console=plain
0 commit comments