From e38f87a5669119447c8c17e1a05a7691adb1378b Mon Sep 17 00:00:00 2001 From: Maurizio Cacace Date: Fri, 14 Apr 2023 12:45:09 +0200 Subject: [PATCH] AAE-13608 - Use the gh run id as image suffix (#8466) * AAE-13608 - Use the gh run id as image suffix * AAE-13608 - Use the gh run id as image suffix --- scripts/next_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/next_version.sh b/scripts/next_version.sh index da7e2f6d56..d394fa59e4 100755 --- a/scripts/next_version.sh +++ b/scripts/next_version.sh @@ -82,7 +82,7 @@ fi if [[ "${EXEC_ALPHA}" == true ]] then - NEXT_VERSION=${NEXT_VERSION}.${PR_NUMBER} + NEXT_VERSION=${NEXT_VERSION}.${GH_BUILD_NUMBER} fi if [[ "${EXEC_BETA}" == true ]]