mirror of
https://github.com/kovetskiy/mark.git
synced 2026-05-03 22:12:35 +00:00
add make release
This commit is contained in:
4
Makefile
4
Makefile
@@ -38,5 +38,9 @@ push:
|
|||||||
@docker tag $(NAME):$(VERSION) $(REMOTE)/$(NAME):latest
|
@docker tag $(NAME):$(VERSION) $(REMOTE)/$(NAME):latest
|
||||||
@docker push $(REMOTE)/$(NAME):latest
|
@docker push $(REMOTE)/$(NAME):latest
|
||||||
|
|
||||||
|
release: image push
|
||||||
|
git tag -f $(VERSION)
|
||||||
|
git push --tags
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(NAME)
|
rm -rf $(NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user