From 53c767140d22ecda110ad71afe14787714ae4d09 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 20 Aug 2019 09:21:30 -0700 Subject: [PATCH] add new makefile target to make git tags --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index ce8730f7..88676229 100644 --- a/makefile +++ b/makefile @@ -17,6 +17,9 @@ ws: uninstall: xargs rm -fv < build/install_manifest.txt +tag: + git tag v"`cat DOCKER_VERSION`" + .PHONY: docker NAME := bsergean/ws