mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-10 07:50:08 -04:00
Fix OS image build pipeline for releases
This commit is contained in:
parent
ce2b3f37fb
commit
c27be1a6cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue