conventional-actions/Docker Run
Run a command in a new container
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Container image to run | yes | — |
| options | Options to pass to Docker | no | — |
| command | Container command | no | — |
| entrypoint | Container entrypoint | no | — |
| run | Run command in container | no | — |
| shell | Use a specific shell | no | — |
| network | Docker Network ID | no | ${{ job.container.network }} |
Outputs
| name | description |
|---|---|
| docker-version | Set by run scripts that append to GITHUB_OUTPUT (e.g. docker-version=value) |
| file-contents | Set by run scripts that append file-contents to GITHUB_OUTPUT |