VERSION=latest build: docker build -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/img-processor:$(VERSION) -f ./Dockerfile . docker push registry.cn-hangzhou.aliyuncs.com/tuon-pub/img-processor:$(VERSION)