From 9434f78760d8d98e79d93030f56ff5f861da00ca Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Date: Wed, 15 Jan 2025 08:38:50 +0200 Subject: [PATCH] Use `latest` tag to build local codegate container There is no use in keeping this variable as it's only used for the container tag. Releases use another tagging mechanism. Signed-off-by: Juan Antonio Osorio --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ab6bb34..6db025f5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .PHONY: clean install format lint test security build all CONTAINER_BUILD?=docker buildx build -VER?=0.1.7 +# This is the container tag. Only used for development purposes. +VER?=latest clean: rm -rf build/