chick-fil-a/Docker Run
A GitHub Action to run a docker container from private or public registries with current workspace mapped and github actions env vars available.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| env-context | Pass in the workflow env context as json text. Necessary if you want env in docker without polluting docker image with host machine env vars which will cause issues. | no | — |
| image | image name and tag | yes | — |
| user | User to run the docker image as | no | — |
| run | Bash commands to run on docker image. Overrides entrypoint of docker image to /bin/bash | no | — |
| registry | The private docker registry to login to | no | — |
| username | The username with which to login to the private docker registry. | no | — |
| password | The password with which to login to the private docker registry. | no | — |
Outputs
no outputs