Skip to content

Commit

Permalink
Merge pull request #58 from supership-jp/fix-tag
Browse files Browse the repository at this point in the history
タグ修正
  • Loading branch information
NaoyukiGouko authored Oct 29, 2024
2 parents a2a5eac + 983deb8 commit b9186cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ DYNAMODB_ENDPOINT = http://localhost:8000
DYNAMODB_ENDPOINT_OPTS = --endpoint-url $(DYNAMODB_ENDPOINT)
DYNAMODB_OPTIONS = $(DYNAMODB_ENDPOINT_OPTS) --profile $(AWS_PROFILE)

# リリース前に1.0.0をECRに上げてしまったので1.0としている
# リリース前に1.0.0をECRに上げてしまったので1.0.0.0としている
# 本来は *.*.* でバージョン管理する
CURRENT_TAG = 1.0
CURRENT_TAG = 1.0.0.0
TAG = $(CURRENT_TAG)
ifndef TAG
override TAG = $(CURRENT_TAG)
Expand Down

0 comments on commit b9186cb

Please sign in to comment.