From 15e056555395f8b3826790f1f28e8776d2edc2b8 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 29 Nov 2019 15:03:45 +0100 Subject: [PATCH] fix: makefile to push latest tag as well --- 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: -- libgit2 1.7.2