better tagging

This commit is contained in:
mr
2026-02-09 09:44:09 +01:00
parent abb212a392
commit 78091a898d
2 changed files with 4 additions and 6 deletions

View File

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