From da7ba32792f08ff604c9ae180ff1ca1114e4ea41 Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Thu, 18 Dec 2025 06:10:00 -0800 Subject: [PATCH] avoid pushing hashes --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 40307a8..d25b47e 100644 --- a/Makefile +++ b/Makefile @@ -161,6 +161,7 @@ define docker_build_push --tag $(DOCKER_IMAGE_NAME):$(1) \ --tag $(DOCKER_IMAGE_NAME):$(2) \ --provenance=false \ + --sbom=false \ --push endef