Skip to content

Commit

Permalink
Merge branch 'master' into enable-field-alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored Jan 24, 2024
2 parents 4de6546 + 14cd193 commit e78bc84
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 pcf
DOCKER_TARGETS ?= pcf

GO_BIN_PATH = bin
GO_SRC_PATH = ./
Expand Down

0 comments on commit e78bc84

Please sign in to comment.