From 6880d62a0fe89d6fd25940f4b4900f74486abd32 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 7 Sep 2023 13:01:56 +0200 Subject: [PATCH] fixup! added the version to image --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8977d0..630f7c9 100644 --- a/Makefile +++ b/Makefile @@ -12,4 +12,5 @@ build: dockerfile .PHONY: publish publish: build - @${DOCKER} push ${TAG}:latest ${TAG}:${VERSION} + @${DOCKER} push ${TAG}:latest + @${DOCKER} push ${TAG}:${VERSION}