From cdd05891e8cccceb1d1bad17a529b621bdd15cc5 Mon Sep 17 00:00:00 2001
From: Imbus <>
Date: Tue, 28 Jan 2025 12:31:44 +0100
Subject: [PATCH] Correct tagging in container builds

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 44666fd..c24fb87 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ $(RELEASE_NAME):
 	mkdir -p $@
 
 container:
-	podman build -t rexserver --env REX_VERSION -f container/Containerfile .
+	podman build -t rexserver:$(REX_VERSION) --env REX_VERSION -f container/Containerfile .
 
 clean:
 	make -C ./rex_client clean