jtdor / build-deb-action

GitHub action for building Debian packages with dpkg-buildpackage.
MIT License
25 stars 11 forks source link

option to not use docker? #10

Open lordfolken opened 3 months ago

lordfolken commented 3 months ago

Hello

I've encountered an issue with my matrix build on GitHub Actions. The matrix build runs within a container using the container option. When trying to use the jtdor/build-deb-action@v1 action to build Debian packages, it fails because the action attempts to execute Docker commands within the already running container.

Is it possible to configure the action to run directly in the existing containerized environment, avoiding the need to use Docker inside the container?