Skip to content

Commit

Permalink
none Reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
totopoloco committed May 24, 2024
1 parent 4fc5200 commit dd626a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: JIB container build and publish
run: |
if [[ "${{ github.event_name }}" == "create" ]]; then
./gradlew jib --image=totopo/hours:${GITHUB_REF##*/}
./gradlew -q jib --image=totopo/hours:${GITHUB_REF##*/}
else
./gradlew jib --image=totopo/hours:latest
./gradlew -q jib --image=totopo/hours:latest
fi
env:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
Expand Down

0 comments on commit dd626a2

Please sign in to comment.