remove no-cache flag
This commit is contained in:
parent
b336907cb3
commit
382ccf9e35
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ build-tag:
|
|||
|
||||
.PHONY: build
|
||||
build:
|
||||
docker build --no-cache --tag $(REGISTRY)/$(OWNER)/$(IMAGE) .
|
||||
docker build --tag $(REGISTRY)/$(OWNER)/$(IMAGE) .
|
||||
|
||||
.PHONY: wsdump
|
||||
wsdump:
|
||||
|
|
Loading…
Reference in a new issue