We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c845c commit 330b9faCopy full SHA for 330b9fa
.github/workflows/docker-build-container.yaml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build docker image
24
uses: senzing-factory/github-action-docker-buildx-build@v1
25
with:
26
- build-options: "-q"
+ # build-options: "-q"
27
image-repository: senzing/${{ steps.repo-basename.outputs.repo }}
28
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
29
username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments