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