From cc6a7d918b7b0531d82f7625051045d1202354c6 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 20 Feb 2025 13:07:18 +0100 Subject: [PATCH] Tag latest on container build --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index fa53c41..c1da810 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ $(RELEASE_NAME): container: podman build -t rexserver:$(REX_VERSION) --env REX_VERSION -f container/Containerfile . + podman tag localhost/rexserver:$(REX_VERSION) localhost/rexserver:latest + podman images localhost/rexserver clean: make -C ./rex_client clean