master
Andy 5 years ago
parent 9edf31b5ba
commit 925b63d339
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -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)

Loading…
Cancel
Save