diff --git a/Makefile b/Makefile index 8af944b..696cec0 100755 --- a/Makefile +++ b/Makefile @@ -22,10 +22,10 @@ clean: docker: DOCKER_BUILDKIT=1 docker build -t oc-workspace -f Dockerfile . --build-arg=HOST=$(HOST) - docker tag opencloudregistry/oc-workspace:latest oc/oc-workspace:0.0.1 + docker tag oc-workspace opencloudregistry/oc-workspace:latest publish-kind: - kind load docker-image oc/oc-workspace:0.0.1 --name $(CLUSTER_NAME) | true + kind load docker-image opencloudregistry/oc-workspace:latest --name $(CLUSTER_NAME) | true publish-registry: docker push opencloudregistry/oc-workspace:latest