From 735e36012a2490d2b69f06132d0c2dd7372ef3af Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Wed, 21 May 2025 15:46:09 +1000 Subject: [PATCH] chore: delete unused ucind-image-push target in Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 78a663b6..f983b548 100644 --- a/Makefile +++ b/Makefile @@ -57,10 +57,6 @@ corrosion-multiarch-image-push: ucind-image: docker build -t "$(UCIND_IMAGE)" --target ucind . -.PHONY: ucind-image-push -ucind-image-push: ucind-image - docker push "$(UCIND_IMAGE)" - .PHONY: ucind-multiarch-image-push ucind-multiarch-image-push: docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(UCIND_IMAGE)" --target ucind .