Skip to content

Commit 5f70981

Browse files
committed
fix
1 parent 611e37b commit 5f70981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-pr-smoke-test-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Build Java 17 Docker image
6767
if: "!inputs.skip-java-17"
68-
run: ./gradlew ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
68+
run: ./gradlew --debug --stacktrace ${{ inputs.project }}:jibDockerBuild -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
6969

7070
- name: Build Java 21 Docker image
7171
if: "!inputs.skip-java-21"

0 commit comments

Comments
 (0)