index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2019-11-29 14:03:45.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2019-11-29 14:03:45.0 +00:00:00
commit
15e056555395f8b3826790f1f28e8776d2edc2b8 [patch]
tree
7cb857031e1d0f7dff19fb64811af6a275d0840b
parent
0b8ed4dd514071d8f62d4810aaba270f236f1f65
download
15e056555395f8b3826790f1f28e8776d2edc2b8.tar.gz

fix: makefile to push latest tag as well



Diff

 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 3f16f99..485b630 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,7 @@ prod.release.tag:
	git tag v$(PKG_TAG)
	git push
	git push origin v$(PKG_TAG)
	git push origin latest
.ONESHELL: prod.release.tag

prod.release.dockerfiles: