freezing-pharmacist-34446
05/19/2023, 8:35 AMkind: Workflow
name: test-outputs
steps:
- name: build-images
command: [build]
- name: foo
script: |
echo ${steps.build-images.outputs.builds.api.version}"
But does not in bonsai because build now only has the outputs described here https://docs.garden.io/v/bonsai-release/reference/commands#outputs
Is there an alternative way to get to this data now or did we decide to remove it entirely?calm-family-29323
05/19/2023, 9:48 AMfreezing-pharmacist-34446
05/19/2023, 9:51 AMcalm-family-29323
05/19/2023, 9:54 AM