Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 9434f78

Browse files
committed
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 <[email protected]>
1 parent 70fbc6e commit 9434f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: clean install format lint test security build all
22
CONTAINER_BUILD?=docker buildx build
3-
VER?=0.1.7
3+
# This is the container tag. Only used for development purposes.
4+
VER?=latest
45

56
clean:
67
rm -rf build/

0 commit comments

Comments
 (0)