better tagging

This commit is contained in:
mr
2026-02-09 09:52:09 +01:00
parent e2eb415c6e
commit deaaf28a3c

View File

@@ -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