ipdxco/Docker Container Action
A reimplementation of docker container action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The GitHub repository name | yes | — |
| ref | The GitHub repository ref | yes | — |
| image | The docker image name (defaults to repository) | no | — |
| tag | The docker image tag (defaults to ref) | no | — |
| dockerfile | The dockerfile path | no | Dockerfile |
| opts | The docker run opts | no | — |
| args | The docker run args | no | — |
| build-args | The docker build args. Newline-delimited list. | no | — |
| working-directory | The docker run working directory | no | ${{ github.workspace }} |
| github-server-url | The GitHub server URL | no | ${{ github.server_url }} |
| docker-registry-url | The docker registry URL | no | https://ghcr.io |
| allow-exit-codes | A comma separated list of exit code allowed when running the container. Use * to allow all exit codes | no | 0 |
Outputs
| name | description |
|---|---|
| outputs | The outputs of the docker run step in JSON format |