https://garden.io logo
Actions references
c

calm-family-29323

05/20/2023, 2:11 PM
@alert-helicopter-61082 Is the ${actions} context meant to be available only in action spec? For example this is not possible as of right now ```yml kind: Deploy description: The API backend for the voting UI type: helm name: api variables: repository: ${actions.build.api-image.outputs.deployment-image-name} tag: ${actions.build.api-image.version} ... ```
Could not find key actions.
a

alert-helicopter-61082

05/20/2023, 5:42 PM
It should be possible to reference actions in variables. We'll need to fix that.
i

icy-furniture-17516

05/22/2023, 7:59 AM
that escalated fast, thanks a lot! 😄