Update step-runner version to 0.15.0
What does this MR do?
Update step-runner version to 0.15.0.
Changes
From the step-runner changelog:
- v0.15.0
- v0.14.0
- The build OCI image step allows paths to be specified relative to the
CI_PROJECT_DIR. See !255. - Authenticate when fetching from an OCI registry using the
DOCKER_AUTH_CONFIGenvironment variable. See !256. - Build darwin step-runner images. See !259.
- Expressions in struct keys are evaluated as strings. See !258.
- The build step image step accepts
imageinput instead ofregistry,repositoryandtag. See !260. - Rename build step output
reftoimage. See !260. - Build step requires semantic version. See !262.
- Remove
to-versioninput from promote step. See !264.
- The build OCI image step allows paths to be specified relative to the
Edited by Cameron Swords