delete cache and build in the push target
This commit is contained in:
parent
b50490ab44
commit
d55821883d
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -18,4 +18,6 @@ exec:
|
|||
|
||||
.PHONY: push
|
||||
push:
|
||||
docker system prune
|
||||
docker build --no-cache --tag code.modernleft.org/gravityfargo/quartz-docker:$(TAG) .
|
||||
docker push code.modernleft.org/gravityfargo/quartz-docker:$(TAG)
|
Loading…
Reference in a new issue