Makefile 412 B

1234567
  1. VERSION=latest
  2. srv:
  3. docker build -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/matting-human:$(VERSION) -f ./Dockerfile .
  4. docker push registry.cn-hangzhou.aliyuncs.com/tuon-pub/matting-human:$(VERSION)
  5. task:
  6. docker build -t registry.cn-hangzhou.aliyuncs.com/tuon-pub/matting-human-task:$(VERSION) -f ./bin/task/Dockerfile .
  7. docker push registry.cn-hangzhou.aliyuncs.com/tuon-pub/matting-human-task:$(VERSION)