From 9918246d44290cef531c3e26c42a8ed83a40c942 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sat, 27 Jan 2024 21:59:02 -0800 Subject: [PATCH] fix single image annotations --- src/macros.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.mk b/src/macros.mk index 5fd7d4a..87f85be 100644 --- a/src/macros.mk +++ b/src/macros.mk @@ -39,7 +39,7 @@ define build --platform $(PLATFORM) \ --progress=plain \ $(if $(filter latest,$(VERSION)),,--build-arg VERSION=$(VERSION)) \ - --output type=oci,force-compression=true,name=$(NAME),annotation-index.org.opencontainers.image.revision=$(REVISION),annotation-index.org.opencontainers.image.version=$(VERSION),dest=- \ + --output type=oci,force-compression=true,name=$(NAME),annotation.org.opencontainers.image.revision=$(REVISION),annotation.org.opencontainers.image.version=$(VERSION),dest=- \ --target $(TARGET) \ $(EXTRA_ARGS) \ src/$(CATEGORY)/$(NAME) \