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 9b8dfc0 commit b1e49b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
string: ${{ github.repository }}/cmcc-operator
- name: setup gradle
uses: gradle/actions/setup-gradle@v3
- name: build and push
- name: preview
run: >
./gradlew build test jib
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 }}
- name: preview
- name: build and push
run: >
echo gradlew build test jib
./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 }}
Expand Down

0 comments on commit b1e49b3

Please sign in to comment.