better tagging

This commit is contained in:
mr
2026-02-09 09:46:31 +01:00
parent 0595bd9af9
commit 86368a89ef

View File

@@ -22,10 +22,10 @@ clean:
docker: docker:
DOCKER_BUILDKIT=1 docker build -t oc-peer -f Dockerfile . --build-arg=HOST=$(HOST) DOCKER_BUILDKIT=1 docker build -t oc-peer -f Dockerfile . --build-arg=HOST=$(HOST)
docker tag opencloudregistry/oc-peer:latest oc/oc-peer:0.0.1 docker tag oc-peer opencloudregistry/oc-peer:latest
publish-kind: publish-kind:
kind load docker-image oc/oc-peer:0.0.1 --name $(CLUSTER_NAME) | true kind load docker-image opencloudregistry/oc-monitord:latest --name $(CLUSTER_NAME) | true
publish-registry: publish-registry:
docker push opencloudregistry/oc-peer:latest docker push opencloudregistry/oc-peer:latest