This commit is contained in:
Andy 2018-12-28 17:34:18 +01:00
parent 9edf31b5ba
commit 925b63d339
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

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