Skip to content

Commit

Permalink
add quiet flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Dec 17, 2024
1 parent 99eddb9 commit 8d2fbf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Build docker image
uses: senzing-factory/github-action-docker-buildx-build@v1
with:
build-options: "-q"
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
username: ${{ secrets.DOCKERHUB_USERNAME }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-containers-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build docker image and push to DockerHub
uses: senzing-factory/github-action-docker-buildx-build@v1
with:
build-options: "--push"
build-options: "-q --push"
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}
image-tag: ${{ github.ref_name }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
Expand Down

0 comments on commit 8d2fbf8

Please sign in to comment.