Fix OS image build pipeline for releases

This commit is contained in:
Malte Poll 2022-12-12 10:28:43 +01:00 committed by Malte Poll
parent c3b657de01
commit c9df5cfa09

View File

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