Skip to content

Commit 78c4218

Browse files
committed
fix
1 parent 3d644b3 commit 78c4218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

7070
- name: Build Java 17 Docker image
7171
if: "!inputs.skip-java-17"
72-
run: ./gradlew ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
72+
run: ./gradlew --debug --stacktrace ${{ inputs.project }}:jib -Ptag=${{ env.TAG }} -PtargetJDK=17 -Djib.httpTimeout=120000 -Djib.console=plain
7373

7474
- name: Build Java 21 Docker image
7575
if: "!inputs.skip-java-21"

0 commit comments

Comments
 (0)