diff --git a/Makefile b/Makefile index 29cc5f5..1f2edfe 100644 --- a/Makefile +++ b/Makefile @@ -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