master
Andy 7 years ago
parent b3e786cd28
commit c42384b0e7

@ -9,7 +9,7 @@ VERSION ?= latest
default: build default: build
build: build:
docker build -t $(NS)/$(NAME):$(VERSION) -f Dockerfile -- . docker build --pull -t $(NS)/$(NAME):$(VERSION) -f Dockerfile -- .
publish: publish:
docker push $(NS)/$(NAME):$(VERSION) docker push $(NS)/$(NAME):$(VERSION)

Loading…
Cancel
Save