From edd7b5b533ed71c9746714d5570ec305072da0b1 Mon Sep 17 00:00:00 2001 From: Pascal Holy Date: Tue, 26 Jan 2021 13:24:41 +0100 Subject: [PATCH] [#737] Fix release tag --- scripts/push-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push-images.sh b/scripts/push-images.sh index fad4a83c7e..d170851184 100755 --- a/scripts/push-images.sh +++ b/scripts/push-images.sh @@ -13,7 +13,7 @@ case ${BRANCH_TARGET} in ;; main|release) - tag=$(cat ./VERSION) + tag="release" ;; esac