diff --git a/Makefile b/Makefile index 34f0679..4abd5f1 100644 --- a/Makefile +++ b/Makefile @@ -38,5 +38,9 @@ push: @docker tag $(NAME):$(VERSION) $(REMOTE)/$(NAME):latest @docker push $(REMOTE)/$(NAME):latest +release: image push + git tag -f $(VERSION) + git push --tags + clean: rm -rf $(NAME)