mosteo-actions/Run within Docker

Run a command/script within a parameter Docker image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 19, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: mosteo-actions/docker-run@6a3e0c0c7fbc511c7c7d6514f2a2138e336f08be # v2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
imageA docker imageubuntu:latest
commandCommand to run inside imagels -al
pull-paramsExtra parameters to pass to `docker pull`""
paramsExtra parameters to pass to `docker run`""
host-dirHost dir to map into the container${{ github.workspace }}
guest-dirGuest dir that will overlay host-dir, and be used as working directory${{ github.workspace }}

no outputs