Skip to content

Commit

Permalink
chore(build): Try and make Jib output a bit less unreadable
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Oct 12, 2023
1 parent 6d792fd commit 0fc0046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "publish / docker image"
run: ./gradlew jib
run: ./gradlew jib -Djib.console=plain
- name: "publish / deploy to production"
env:
DOCKER_HOST: "${{ secrets.DOCKER_HOST }}"
Expand Down

0 comments on commit 0fc0046

Please sign in to comment.