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