trivial
This commit is contained in:
parent
9edf31b5ba
commit
925b63d339
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ VERSION ?= 1.0
|
|||||||
default: build
|
default: build
|
||||||
|
|
||||||
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:
|
publish:
|
||||||
docker push $(NS)/$(NAME):$(VERSION)
|
docker push $(NS)/$(NAME):$(VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user