mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-26 10:09:14 -04:00
Pass azure image offer from build variable action
This commit is contained in:
parent
86001daf7f
commit
3e996efb3f
@ -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…
x
Reference in New Issue
Block a user