Commit a3c752ba authored by duanjinfei's avatar duanjinfei

update Makefile

parent d281a85c
.PHONY: all build push pull
TAG := v0.0.1
TAG ?= v0.0.1
all: build push pull
pull:
git pull
build:
build: $(TAG)
docker build --no-cache -t caduceus/computing-node:$(TAG) .
push:
push: $(TAG)
docker push 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