Open
Description
Version
redhat-actions/[email protected]
and s2i > 1.4.0
Describe the bug
the s2i install only works if the s2i github project has attached binaries to releases. For the latest version (v1.5.0), they've only provided source artefacts. So the following fails:
with:
source: "github"
github_pat: ${{ github.token }}
s2i: "1.5.0"
See also openshift/source-to-image#1219