Inline OCI fetching into the step-runner
Changes
Refactors dist/steps/step/oci/fetch/run.go into pkg/runner/oci_step_resource.go.
This simplifies compiling a step reference as the inputs and environment are not required for compilation. This change is a mandatory prerequisite to doing compilation in the build stage, and vastly simplifies creating an OCI short step reference.
Related
Edited by Cameron Swords