Skip to content

Commit

Permalink
minor improvement to dev image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbarnett committed Jul 15, 2024
1 parent fa0236f commit 3b5b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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
BUILDX_CONTAINER_EXISTS := $(shell $(CONTAINER_TOOL) buildx ls --format "{{.Name}}: {{.DriverEndpoint}}" | grep -c "container:")

BUILD_TIME ?= $(shell date -u '+%Y-%m-%d_%I:%M:%S%p')
REVISION ?= $(shell git rev-parse HEAD)
TAG ?= dev-$(REVISION)

# Directories
# Colors
Expand Down

0 comments on commit 3b5b4d8

Please sign in to comment.