kohlerdominik/Docker Run Step
Run a step in a (private) container.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The image to use | yes | — |
| run | The command to run | yes | — |
| shell | Path to shell binary | no | sh |
| default_network | Docker Network ID | no | ${{ job.container.network }} |
| environment | Available enviroment variables | no | — |
| volumes | Custom volume mounts | no | — |
| workdir | Custom workdir | no | — |
| tempdir | Custom tempdir | no | /tmp/_action |
| options | Additional run options | no | — |
Outputs
no outputs