From b4adce32f7768694169333d50ac52fcb7876671c Mon Sep 17 00:00:00 2001 From: Titouan Date: Mon, 1 Apr 2024 17:30:23 +0200 Subject: [PATCH] docker push clean tags from push --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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