Commit 282907d0 authored by duanjinfei's avatar duanjinfei

update makefile

parent 0fdc51bb
.PHONY: all build push pull .PHONY: all build push pull
TAG=t0.0.1 TAG=v0.0.2-test
default: all default: all
...@@ -10,7 +10,7 @@ pull: ...@@ -10,7 +10,7 @@ pull:
git pull git pull
build: build:
docker build --no-cache -t caduceus/computing-node:$(TAG) . docker build --no-cache -t docker.aigic.ai/caduceus/computing-node:$(TAG) .
push: push:
docker push caduceus/computing-node:$(TAG) docker push docker.aigic.ai/caduceus/computing-node:$(TAG)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment