publish-registry

This commit is contained in:
mr
2026-02-05 11:55:09 +01:00
parent 1acd2ea634
commit 627058fcab

View File

@@ -22,13 +22,13 @@ clean:
docker:
DOCKER_BUILDKIT=1 docker build -t oc-auth -f Dockerfile . --build-arg=HOST=$(HOST)
docker tag oc-auth:latest oc/oc-auth:0.0.1
docker tag opencloudregistry/oc-auth:latest oc/oc-auth:0.0.1
publish-kind:
kind load docker-image oc/oc-auth:0.0.1 --name $(CLUSTER_NAME) | true
publish-registry:
@echo "TODO"
docker push opencloudregistry/oc-auth:latest
docker-deploy:
docker compose up -d