better tagging
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user