Skip to content

Commit

Permalink
chore: Remove builder from DOCKER_TARGETS
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainbourgeois committed Jan 18, 2024
1 parent 2f93fd4 commit 71ced09
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 nssf
DOCKER_TARGETS ?= nssf

GO_BIN_PATH = bin
GO_SRC_PATH = ./
Expand Down

0 comments on commit 71ced09

Please sign in to comment.