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
This commit is contained in:
Maurizio Cacace
2023-04-14 12:45:09 +02:00
committed by GitHub
parent e5bb2e4fa4
commit e38f87a566

View File

@@ -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 ]]