mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 15:09:39 -05:00
Pass azure image offer from build variable action
This commit is contained in:
parent
86001daf7f
commit
3e996efb3f
@ -78,6 +78,9 @@ outputs:
|
||||
azureImageDefinition:
|
||||
description: "Azure image definition"
|
||||
value: ${{ steps.azure.outputs.imageDefinition }}
|
||||
azureImageOffer:
|
||||
description: "Azure image offer"
|
||||
value: ${{ steps.azure.outputs.imageOffer }}
|
||||
azureImageVersion:
|
||||
description: "Azure image version"
|
||||
value: ${{ steps.azure.outputs.imageVersion }}
|
||||
|
Loading…
Reference in New Issue
Block a user