speareducation/Spear Docker Exec Runner

A GitHub action to run actions inside of the project's docker container

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dockerImageThe docker image to run the command in. Defaults to reading the .buildconfigno
commandThe command to run in the container (if entrypoint is not used)no
entrypointFileThe entrypoint file to run in the container (if command is not used)no
networkThe docker network to run inno${{ job.container.network }}
workingDirectoryThe working directory to run the command inno.

no outputs