diff --git a/Makefile b/Makefile index e29bd59..b463c00 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ publish-kind: kind load docker-image opencloudregistry/oc-monitord:latest --name $(CLUSTER_NAME) publish-registry: - docekr push opencloudregistry/oc-monitord:latest + docker push opencloudregistry/oc-monitord:latest all: docker publish-kind