Skip to content

Commit

Permalink
make BUILD_VERSION a var so it can be customized
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Nov 17, 2023
1 parent 616f2b9 commit 520545d
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 @@ -26,7 +26,7 @@ LABKEY_DISTRIBUTION ?= community
LABKEY_EK ?= 123abc456

# repo/image:tags must be lowercase
BUILD_VERSION := $(shell echo '$(LABKEY_VERSION)' | tr A-Z a-z)
BUILD_VERSION ?= $(shell echo '$(LABKEY_VERSION)' | tr A-Z a-z)
BUILD_DISTRIBUTION := $(shell echo '$(LABKEY_DISTRIBUTION)' | tr A-Z a-z)

BUILD_REPO_URI ?= $(AWS_ACCOUNT_ID).dkr.ecr.$(AWS_REGION).amazonaws.com
Expand Down

0 comments on commit 520545d

Please sign in to comment.