Skip to content

Commit

Permalink
Try and debug jib error
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke committed Jul 17, 2024
1 parent 6711d31 commit 8ec5d2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: preview
run: >
echo gradlew build test jib -Djib.to.image=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{github.ref_name}} -Djib.to.tags=${{github.ref_name}},latest -Djib.to.auth.username=${{ github.actor }} -Djib.to.auth.password=${{ github.token }}
echo gradlew build test jib -Djib.to.image=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{github.ref_name}} -Djib.to.tags=${{github.ref_name}},latest -Djib.to.auth.username=${{ github.actor }} -Djib.to.auth.password=${{ github.token }} -Djib.serialize=true
- name: build and push
run: >
./gradlew build test jib -Djib.to.image=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{github.ref_name}} -Djib.to.tags=${{github.ref_name}},latest -Djib.to.auth.username=${{ github.actor }} -Djib.to.auth.password=${{ github.token }}
./gradlew build test jib -Djib.to.image=ghcr.io/${{ steps.repository.outputs.lowercase }}:${{github.ref_name}} -Djib.to.tags=${{github.ref_name}},latest -Djib.to.auth.username=${{ github.actor }} -Djib.to.auth.password=${{ github.token }} -Djib.serialize=true
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8ec5d2c

Please sign in to comment.