You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: