Skip to content

Commit

Permalink
Add git tagging into makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
airenas committed Dec 15, 2021
1 parent 84a07f6 commit 7226adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ dbuild-gpu: $(dist_dir)/$(executable_name)

dpush-gpu: dbuild-gpu
docker push $(tag-gpu)
########### GIT TAG #################################################################
git-tag:
git tag "v$(version-gpu).$(commit_count)"
git-push-tag:
git push origin --tags
#####################################################################################
.PHONY:
dbuild dpush

0 comments on commit 7226adf

Please sign in to comment.