From 925b63d339be4eb63a410a9b024a8d814c44604d Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 28 Dec 2018 17:34:18 +0100 Subject: [PATCH] trivial --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a347410..01f1c8d 100644 --- a/Makefile +++ b/Makefile @@ -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)