Hi there, was hoping you had some recommendations on dealing with an approach for GitHub Actions when the job loads in its own image. Example below.
jobs:
deploy:
name: Run job
runs-on: ubuntu-latest
container:
image: <custom-image>
Unfortunately was a generic error of:

Any advice on it would be greatly appreciated, thanks!