Set azureImageOffer for debug images

This commit is contained in:
Malte Poll 2022-11-10 09:12:38 +01:00 committed by Malte Poll
parent 52140ff7e5
commit e011c7ef78

View File

@ -197,7 +197,7 @@ runs:
elif [ "${imageType}" = debug ] elif [ "${imageType}" = debug ]
then then
echo "imageDefinition=${semver}" >> $GITHUB_OUTPUT echo "imageDefinition=${semver}" >> $GITHUB_OUTPUT
echo "imageDefinition=${semver}" >> $GITHUB_OUTPUT echo "imageOffer=${semver}" >> $GITHUB_OUTPUT
echo "imageVersion=${timestamp:0:4}.${timestamp:4:4}.${timestamp:8}" >> $GITHUB_OUTPUT echo "imageVersion=${timestamp:0:4}.${timestamp:4:4}.${timestamp:8}" >> $GITHUB_OUTPUT
galleryName=Constellation_Debug galleryName=Constellation_Debug
else else