mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Fix OS image build pipeline for releases
This commit is contained in:
parent
ce2b3f37fb
commit
c27be1a6cc
@ -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…
x
Reference in New Issue
Block a user