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

Use latest tag to build local codegate container #590

Merged
merged 1 commit into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Loading