scalified/docker-run-action
Version updated for https://github.com/Scalified/docker-run-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Docker Run GitHub Action allows developers to automate the execution of docker run commands with customizable inputs, solving the problem of needing to manually write and maintain repetitive Docker command configurations in workflows. It provides key capabilities such as running containers in detached mode, setting environment variables, and configuring health checks. The action is useful for automating container management tasks within GitHub CI/CD pipelines.
What’s Changed
- feat: networks (5776dd4)
- Extend container health check wait time (3c2b4c1)
- feat: 1.0.0 (05b343a)
- Initial commit (871c53a)