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