Skip to content

Commit

Permalink
chore: add flags to skopeo to prevent errors (#972)
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo authored Feb 3, 2023
1 parent fed7e28 commit 25d04a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/image.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ image.build.multiarch:
.PHONY: image.push.multiarch
image.push.multiarch:
@$(LOG_TARGET)
docker buildx build bin -f "$(ROOT_DIR)/tools/docker/$(IMAGES)/Dockerfile" -t "${IMAGE}:${TAG}" --platform "${BUILDX_PLATFORMS}" --push
docker buildx build bin -f "$(ROOT_DIR)/tools/docker/$(IMAGES)/Dockerfile" -t "${IMAGE}:${TAG}" --platform "${BUILDX_PLATFORMS}" --sbom=false --provenance=false --push

##@ Image

Expand Down

0 comments on commit 25d04a2

Please sign in to comment.