speareducation/Spear Docker Exec Runner
A GitHub action to run actions inside of the project's docker container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerImage | The docker image to run the command in. Defaults to reading the .buildconfig | no | — |
| command | The command to run in the container (if entrypoint is not used) | no | — |
| entrypointFile | The entrypoint file to run in the container (if command is not used) | no | — |
| network | The docker network to run in | no | ${{ job.container.network }} |
| workingDirectory | The working directory to run the command in | no | . |
Outputs
no outputs