We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84c432 commit 6883628Copy full SHA for 6883628
examples/910_polyglot_demo/Makefile
@@ -60,10 +60,6 @@ kind-load-images: ## Load images into kind
60
.PHONY: create-all-images
61
create-all-images: create-go-image create-js-image create-py-image ## Create all images
62
63
-.PHONY: push-image
64
-push-image: ## Push the docker image
65
- docker push $(IMAGE_REGISTRY)/$(DOCS_IMAGE):$(DOCS_VERSION)
66
-
67
# ======================================================================================================================
68
# Deploy targets
69
0 commit comments