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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
env-contextPass 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
imageimage name and tagyes
userUser to run the docker image asno
runBash commands to run on docker image. Overrides entrypoint of docker image to /bin/bashno
registryThe private docker registry to login tono
usernameThe username with which to login to the private docker registry.no
passwordThe password with which to login to the private docker registry.no

no outputs