CycodeLabs / CycodeLabs/cimon-action
Approach for running GHA that loads image on job
Open
- Dominant language
- JavaScript
- Stars
- 124
- Forks
- 10
- Avg merge
- 20h 50m
- Merged PRs (30d)
- 1
Description
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:
```
Unfortunately was a generic error of:

Any advice on it would be greatly appreciated, thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.