diff --git a/.github/actions/os_build_variables/action.yml b/.github/actions/os_build_variables/action.yml index 21e31c74c..8e6c43f2b 100644 --- a/.github/actions/os_build_variables/action.yml +++ b/.github/actions/os_build_variables/action.yml @@ -213,7 +213,7 @@ runs: fi echo "securityType=${securityType}" >> $GITHUB_OUTPUT echo "diskName=constellation-${stream}-${timestamp}-${securityType,,}" >> $GITHUB_OUTPUT - if [[ "${stream}" = "release" ]] + if [[ "${stream}" = "stable" ]] then echo "imageDefinition=constellation" >> $GITHUB_OUTPUT echo "imageOffer=constellation" >> $GITHUB_OUTPUT