We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1966e76 commit 5877230Copy full SHA for 5877230
.github/workflows/testing-docker-multiplatform-builds.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
docker buildx build \
43
--sbom=true \
44
+ --provenance false \
45
--push --platform linux/${{ matrix.arch }} \
46
--progress plain \
47
-t ${{ env.DOCKER_URL }}-${{ matrix.docker-tag }} -f Dockerfile-mp .
0 commit comments