diff --git a/Makefile b/Makefile index cd6e098..3845d8a 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,4 @@ debug: build-push: $(eval date_tag := $(shell date +"%Y-%m-%d_%H-%M-%S")) docker build -t motomap:$(date_tag) -t motomap:latest . - docker push -a motomap:latest \ No newline at end of file + docker push -a motomap \ No newline at end of file