From 276112e9c0d057f20c9496c3b3327eda134a5c89 Mon Sep 17 00:00:00 2001 From: Jean-Marc ANDRE Date: Mon, 17 Apr 2023 23:10:21 +0200 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b591441..4602414 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ docker-build-multiarch: .PHONY: docker-push docker-push: ## Push docker image with the manager. - buildah manifest psuh --all --rm $(MANIFEST) "docker://$(IMG)" + buildah manifest push --all --rm $(MANIFEST) "docker://$(IMG)" #docker push ${IMG} # PLATFORMS defines the target platforms for the manager image be build to provide support to multiple