diff --git a/Makefile b/Makefile index 7a853ac..20ca993 100755 --- a/Makefile +++ b/Makefile @@ -20,13 +20,13 @@ clean: docker: DOCKER_BUILDKIT=1 docker build -t oc-catalog -f Dockerfile . --build-arg=HOST=$(HOST) - docker tag oc-catalog:latest oc/oc-catalog:0.0.1 + docker tag opencloudregistry/oc-catalog:latest oc/oc-catalog:0.0.1 publish-kind: kind load docker-image oc/oc-catalog:0.0.1 --name $(CLUSTER_NAME) | true publish-registry: - @echo "TODO" + docker push opencloudregistry/oc-catalog:latest docker-deploy: docker compose up -d