Skip to content

Commit

Permalink
debug: add some debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkubectl committed Jun 20, 2024
1 parent e0c2163 commit 8810483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions actions/java-gradle-build-push-jib-multi-plaftorm/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ runs:
type=sha
${{ steps.process-image-name.outputs.IMAGE_TAGS }}
- name: "test some shit"
run: |
ls -la
cat gradlew
./gradlew
shell: bash
- name: Build Docker image
run: |
./gradlew ${{ inputs.subproject && format('{0}:', inputs.subproject) || '' }} jib \
Expand Down

0 comments on commit 8810483

Please sign in to comment.