mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix OS image build pipeline for releases
This commit is contained in:
parent
c3b657de01
commit
c9df5cfa09
@ -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…
Reference in New Issue
Block a user