Skip to content

Commit

Permalink
make push.tag
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Jul 19, 2018
1 parent 2df78a7 commit 5ba77d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,11 @@ apps.teardown:
.PHONY: dockerfiles.build
dockerfiles.build:
docker build --tag sdnvortex/vortex:$(SERVER_VERSION) --file ./dockerfiles/Dockerfile .

## git tag version ########################################

.PHONY: push.tag
push.tag:
@echo "Current git tag version:"$(SERVER_VERSION)
git tag $(SERVER_VERSION)
git push --tags

0 comments on commit 5ba77d8

Please sign in to comment.