Commit 7ef255aa authored by duanjinfei's avatar duanjinfei

update makefile

parent d17b4cda
.PHONY: all build push pull .PHONY: all build push pull
TAG := t0.0.1 TAG=t0.0.1
all: build push pull default: all
all: pull build push
pull: 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)
\ No newline at end of file
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