diff --git a/Makefile b/Makefile index 27c81f6..772fc91 100644 --- a/Makefile +++ b/Makefile @@ -29,10 +29,10 @@ clean: docker: DOCKER_BUILDKIT=1 docker build -t oc-front --build-arg HOST=$(HOST) --build-arg AUTH_MODE=true -f Dockerfile . - docker tag opencloudregistry/oc-front:latest oc/oc-front:0.0.1 + docker tag oc-front opencloudregistry/oc-front:latest publish-kind: - kind load docker-image oc/oc-front:0.0.1 --name $(CLUSTER_NAME) | true + kind load docker-image opencloudregistry/oc-front:latest --name $(CLUSTER_NAME) | true publish-registry: docker push opencloudregistry/oc-front:latest