From 468420cfcda96544159b79f4b56df3e66f28a748 Mon Sep 17 00:00:00 2001
From: Alexey Golubev <alexey.golubev@onlyoffice.com>
Date: Mon, 3 Apr 2017 14:34:21 +0300
Subject: [PATCH] Update 'latest' tag only for develop build

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f8fd661..6a95be7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@ UPDATE_LATEST := true
 endif
 
 ifneq (,$(findstring release,$(GIT_BRANCH)))
-UPDATE_LATEST := true
+UPDATE_LATEST := false
 endif
 
 ifneq (,$(findstring hotfix,$(GIT_BRANCH)))
-UPDATE_LATEST := true
+UPDATE_LATEST := false
 endif
 
 ifeq ($(UPDATE_LATEST), true)