From 8ccb32934f87d26f40c6fd2063b3c4020e09e1eb Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Wed, 7 May 2025 09:55:37 +0800 Subject: [PATCH] Fix minor issue with Makefile in polyglot example --- examples/910_polyglot_demo/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/910_polyglot_demo/Makefile b/examples/910_polyglot_demo/Makefile index d9139a31..8dac9025 100644 --- a/examples/910_polyglot_demo/Makefile +++ b/examples/910_polyglot_demo/Makefile @@ -60,10 +60,6 @@ kind-load-images: ## Load images into kind .PHONY: create-all-images create-all-images: create-go-image create-js-image create-py-image ## Create all images -.PHONY: push-image -push-image: ## Push the docker image - docker push $(IMAGE_REGISTRY)/$(DOCS_IMAGE):$(DOCS_VERSION) - # ====================================================================================================================== # Deploy targets # ======================================================================================================================