Skip to content

Commit

Permalink
added mvn build config to avoid verbose messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
yvoswillens committed Oct 9, 2024
1 parent 849fba4 commit 33183b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-release-with-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
-P swagger,dockerDeps,dockerPublishWithLatest \
-pl :flowable-app-rest \
-Ddocker.publisher.user=${{ secrets.DOCKER_USER }} \
-Ddocker.publisher.password=${{ secrets.DOCKER_PASSWORD }}
-Ddocker.publisher.password=${{ secrets.DOCKER_PASSWORD }} \
-B -V --no-transfer-progress
- name: Install Cosign
uses: sigstore/cosign-installer@v3.7.0
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
-P swagger,dockerDeps,dockerPublish \
-pl :flowable-app-rest \
-D docker.publisher.user=${{ secrets.DOCKER_USER }} \
-D docker.publisher.password=${{ secrets.DOCKER_PASSWORD }}
-D docker.publisher.password=${{ secrets.DOCKER_PASSWORD }} \
-B -V --no-transfer-progress
- name: Install Cosign
uses: sigstore/cosign-installer@v3.7.0
Expand Down

0 comments on commit 33183b1

Please sign in to comment.