lightest tag

This commit is contained in:
mr
2026-02-09 09:42:19 +01:00
parent b8b0743af5
commit eb6dee0c4d
2 changed files with 50 additions and 2 deletions

View File

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