Skip to content

Commit 3f90303

Browse files
committed
Makefile
1 parent 0296bc7 commit 3f90303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ push:
2121
push-latest:
2222
docker push $(NAME):latest
2323

24-
release: build test tag_latest push push_latest
24+
release: build test tag-latest push push-latest
2525

2626
git-tag-version: release
2727
git tag -a v$(VERSION) -m "v$(VERSION)"

0 commit comments

Comments
 (0)