better tagging

This commit is contained in:
mr
2026-02-09 09:48:51 +01:00
parent f53942c6aa
commit 5474f10570

View File

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