Skip to content

Commit

Permalink
chore: Remove builder from DOCKER_TARGETS (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Jan 18, 2024
1 parent c532632 commit ff3da95
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
Expand Up @@ -22,7 +22,7 @@ DOCKER_LABEL_VCS_REF ?= $(shell git diff-index --quiet HEAD -- && git rev-pa
DOCKER_LABEL_COMMIT_DATE ?= $(shell git diff-index --quiet HEAD -- && git show -s --format=%cd --date=iso-strict HEAD || echo "unknown" )
DOCKER_LABEL_BUILD_DATE ?= $(shell date -u "+%Y-%m-%dT%H:%M:%SZ")

DOCKER_TARGETS ?= builder ausf
DOCKER_TARGETS ?= ausf

GO_BIN_PATH = bin
GO_SRC_PATH = ./
Expand Down

0 comments on commit ff3da95

Please sign in to comment.