elastic / elastic-github-actions

This action spins up an Elasticsearch instance that can be accessed and used in your subsequent steps.
Apache License 2.0
53 stars 37 forks source link

Allow specifying network and container names #41

Closed hasnain2808 closed 2 weeks ago

hasnain2808 commented 3 weeks ago

If this action is used twice in a github action it fails because the network name and container names are hardcoded Letting the user specify them would be useful