diff --git a/packages/system/kubeovn/Makefile b/packages/system/kubeovn/Makefile index 9f0d8b98..d4e6884e 100644 --- a/packages/system/kubeovn/Makefile +++ b/packages/system/kubeovn/Makefile @@ -17,7 +17,6 @@ update: image: docker buildx build images/kubeovn \ --provenance false \ - --tag $(REGISTRY)/kubeovn:$(call settag,$(TAG)) \ --tag $(REGISTRY)/kubeovn:$(call settag,$(KUBEOVN_TAG)) \ --tag $(REGISTRY)/kubeovn:$(call settag,$(KUBEOVN_TAG)-$(TAG)) \ --cache-from type=registry,ref=$(REGISTRY)/kubeovn:latest \