From c9df5cfa095329b984d5de16ed90493985e92e67 Mon Sep 17 00:00:00 2001 From: Malte Poll Date: Mon, 12 Dec 2022 10:28:43 +0100 Subject: [PATCH] Fix OS image build pipeline for releases --- .github/actions/os_build_variables/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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