Skip to content

Commit 25d04a2

Browse files
authored
chore: add flags to skopeo to prevent errors (#972)
Signed-off-by: bitliu <bitliu@tencent.com>
1 parent fed7e28 commit 25d04a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/make/image.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ image.build.multiarch:
9999
.PHONY: image.push.multiarch
100100
image.push.multiarch:
101101
@$(LOG_TARGET)
102-
docker buildx build bin -f "$(ROOT_DIR)/tools/docker/$(IMAGES)/Dockerfile" -t "${IMAGE}:${TAG}" --platform "${BUILDX_PLATFORMS}" --push
102+
docker buildx build bin -f "$(ROOT_DIR)/tools/docker/$(IMAGES)/Dockerfile" -t "${IMAGE}:${TAG}" --platform "${BUILDX_PLATFORMS}" --sbom=false --provenance=false --push
103103

104104
##@ Image
105105

0 commit comments

Comments
 (0)