mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-13 00:50:38 -05:00
Pass azure image offer from build variable action
This commit is contained in:
parent
86001daf7f
commit
3e996efb3f
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue