diff --git a/Makefile b/Makefile index d602e0b..0478186 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ REPO_NAME ?= $(shell basename `git rev-parse --show-toplevel`) IMAGE_NAME ?= ghcr.io/cloudzero/cloudzero-agent-validator/cloudzero-agent-validator -TAG ?= dev-$(git rev-parse --short HEAD) # Docker is the default container tool (and buildx buildkit) CONTAINER_TOOL ?= docker @@ -8,6 +7,7 @@ BUILDX_CONTAINER_EXISTS := $(shell $(CONTAINER_TOOL) buildx ls --format "{{.Name BUILD_TIME ?= $(shell date -u '+%Y-%m-%d_%I:%M:%S%p') REVISION ?= $(shell git rev-parse HEAD) +TAG ?= dev-$(REVISION) # Directories # Colors