redislabsmodules/Run Containerized Script
This action provides a way to run commands on a custom image, while letting Github handle the setup and teardown of the container, as well as any environment variables and mounts. Useful when you need to run something on a custom image, but do not wish to run the entire workflow with the `container:` directive.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The docker image to use. If the image is stored in a private registry, you may need to authenticate before using this action. | yes | — |
| args | The arguments to pass to the container. Will be passed to the container using `/bin/bash -c` | yes | — |
Outputs
no outputs