Skip to content

Commit 6883628

Browse files
authored
Fix minor issue with Makefile in polyglot example (#739)
1 parent d84c432 commit 6883628

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/910_polyglot_demo/Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ kind-load-images: ## Load images into kind
6060
.PHONY: create-all-images
6161
create-all-images: create-go-image create-js-image create-py-image ## Create all images
6262

63-
.PHONY: push-image
64-
push-image: ## Push the docker image
65-
docker push $(IMAGE_REGISTRY)/$(DOCS_IMAGE):$(DOCS_VERSION)
66-
6763
# ======================================================================================================================
6864
# Deploy targets
6965
# ======================================================================================================================

0 commit comments

Comments
 (0)