From d18f4d311f0093607839ac087be546da85f0ecfb Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Mon, 10 Mar 2025 22:51:47 +0100 Subject: [PATCH] Add label to link repository for the packeges --- packages/system/kubeovn/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/system/kubeovn/Makefile b/packages/system/kubeovn/Makefile index c484dd1a..283f3bd3 100644 --- a/packages/system/kubeovn/Makefile +++ b/packages/system/kubeovn/Makefile @@ -23,6 +23,7 @@ image: --cache-to type=inline \ --metadata-file images/kubeovn.json \ --push=$(PUSH) \ + --label "org.opencontainers.image.source=https://github.com/cozystack/cozystack" \ --load=$(LOAD) REGISTRY="$(REGISTRY)" \ yq -i '.global.registry.address = strenv(REGISTRY)' values.yaml