mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-21 20:08:54 +00:00
You cannot pass environment variables easily between steps/jobs. Updated flow to define and set step outputs, and use the outputs of the corresponding steps later in the flow, rather than env variables (which never worked correctly - whoops). Signed-off-by: Eric Ernst <eric.ernst@intel.com>