mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-14 17:40:43 -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:
|
azureImageDefinition:
|
||||||
description: "Azure image definition"
|
description: "Azure image definition"
|
||||||
value: ${{ steps.azure.outputs.imageDefinition }}
|
value: ${{ steps.azure.outputs.imageDefinition }}
|
||||||
|
azureImageOffer:
|
||||||
|
description: "Azure image offer"
|
||||||
|
value: ${{ steps.azure.outputs.imageOffer }}
|
||||||
azureImageVersion:
|
azureImageVersion:
|
||||||
description: "Azure image version"
|
description: "Azure image version"
|
||||||
value: ${{ steps.azure.outputs.imageVersion }}
|
value: ${{ steps.azure.outputs.imageVersion }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue