Skip to content

Commit

Permalink
add quiet flag (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Dec 17, 2024
1 parent 4ebda16 commit f6f6cff
Showing 1 changed file with 1 addition and 0 deletions.
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 }}

0 comments on commit f6f6cff

Please sign in to comment.