We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef0a1b commit 2a87036Copy full SHA for 2a87036
.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
# platforms: linux/amd64
0 commit comments