Skip to content

Commit d02be93

Browse files
committed
chore: update Makefile
Signed-off-by: Peefy <[email protected]>
1 parent 62ef8a9 commit d02be93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ fmt:
1212
go fmt ./...
1313

1414
image:
15-
docker build . -t docker.io/kcllang/kpt-kcl:$(VERSION)
16-
docker push docker.io/kcllang/kpt-kcl:$(VERSION)
15+
docker build . -t docker.io/kcllang/kpt-kcl:v$(VERSION)
16+
docker push docker.io/kcllang/kpt-kcl:v$(VERSION)
1717

1818
release:
19-
git tag $(VERSION)
20-
git push origin $(VERSION)
21-
gh release create $(VERSION) --draft --generate-notes --title "$(VERSION) Release"
19+
git tag v$(VERSION)
20+
git push origin v$(VERSION)
21+
gh release create v$(VERSION) --draft --generate-notes --title "$(VERSION) Release"

0 commit comments

Comments
 (0)