cimon-action
cimon-action copied to clipboard
Approach for running GHA that loads image on job
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!