From 2c824cc6acf467cd0e895934887cde9e49f61564 Mon Sep 17 00:00:00 2001 From: Duologic Date: Mon, 2 Dec 2024 13:53:17 +0100 Subject: [PATCH] fix: push command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aee0954..b85b966 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ packages=$(wildcard packages/*) push_packages: packages $(packages) rm -rf output && mkdir -p output/ $(foreach pkg,$(packages),$(CROSSPLANE) xpkg build --package-root=$(pkg) --package-file=output/$(patsubst packages/%,%,$(pkg)).xpkg;) - $(foreach pkg,$(packages),$(CROSSPLANE) xpkg push configuration -f output/$(patsubst packages/%,%,$(pkg)).xpkg registry.upbound.io/grafana/$(patsubst packages/%,%,$(pkg)).xpkg:v$(LIBRARY_VERSION)-$(PROVIDER_VERSION);) + $(foreach pkg,$(packages),$(CROSSPLANE) xpkg push -f output/$(patsubst packages/%,%,$(pkg)).xpkg registry.upbound.io/grafana/$(patsubst packages/%,%,$(pkg)).xpkg:v$(LIBRARY_VERSION)-$(PROVIDER_VERSION);) docs: $(shell find grafanaplane/ -type f) @rm -rf docs/