From fbe00dd145497c707929ba2e61d70b64b6e21b9d Mon Sep 17 00:00:00 2001 From: Pascal Holy Date: Tue, 26 Jan 2021 12:24:53 +0100 Subject: [PATCH] Fix version path --- 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 d236688b06..fad4a83c7e 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=$(cat ./VERSION) ;; esac