Skip to content
This repository was archived by the owner on Oct 18, 2020. It is now read-only.

Commit dc34528

Browse files
committed
chore(make): fix makefile
fix makefile Signed-off-by: mritd <mritd@linux.com>
1 parent e320a15 commit dc34528

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ all:clean
1010
-X 'github.com/gozap/certmonitor/cmd.CommitID=${COMMIT_SHA1}'"
1111

1212
release: all
13-
ghr -u gozap -t $(GITHUB_RELEASE_TOKEN) -replace -recreate --debug $(version) dist
13+
ghr -u gozap -t ${GITHUB_RELEASE_TOKEN} -replace -recreate --debug ${BUILD_VERSION} dist
1414

1515
docker: all
16-
docker build -t gozap/certmonitor:$(version) .
16+
docker build -t gozap/certmonitor:${BUILD_VERSION} .
1717

1818
clean:
1919
rm -rf dist

0 commit comments

Comments
 (0)