cimon-action icon indicating copy to clipboard operation
cimon-action copied to clipboard

Approach for running GHA that loads image on job

Open Clint-Chester opened this issue 9 months ago • 0 comments

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:

Image

Any advice on it would be greatly appreciated, thanks!

Clint-Chester avatar Mar 21 '25 00:03 Clint-Chester