dagger / dagger-for-github

GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Apache License 2.0
120 stars 25 forks source link

Don't try to run `docker` when external engine is configured #126

Open shykes opened 1 month ago

shykes commented 1 month ago

When configuring dagger to connect to an external engine (experimental) the action should not try to kill the engine container after running the CLI. It's not needed and will cause an error if docker is not installed.