Skip to content

Commit

Permalink
[SERV-479] Dial down the logging output (#138)
Browse files Browse the repository at this point in the history
* Dial down the logging output
* Include DockerHub configuration in nightly build
  • Loading branch information
ksclarke authored Jun 29, 2022
1 parent 0dd012c commit 41c0ee5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
-Dcantaloupe.version=dev
-Dcantaloupe.commit.ref=${{ secrets.DEV_COMMIT_REF }}
-Dcantaloupe.apply.patchfiles=${{ secrets.APPLY_PATCHFILES }}
-ntp -Dorg.slf4j.simpleLogger.log.net.sourceforge.pmd=error
-DskipNexusStagingDeployMojo=true
-D${{ matrix.build_property }}=${{ secrets.KAKADU_VERSION }}
-Ddocker.image=${{ secrets.DOCKER_REGISTRY_ACCOUNT}}cantaloupe${{ env.ARTIFACT_QUALIFIER }}:nightly
-Ddocker.registry.username=${{ secrets.DOCKER_USERNAME }}
-Ddocker.registry.account=${{ secrets.DOCKER_REGISTRY_ACCOUNT}}
-Ddocker.registry.password=${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 41c0ee5

Please sign in to comment.