act_runner/internal/app
silverwind 0bae040917
feat: add configurable bind_workdir option for DinD setups
When running in Docker-in-Docker mode, workspace directories are
created as Docker volumes which are not accessible from the DinD
daemon's filesystem. This causes docker compose bind mounts like
".:/app" to resolve to empty directories.

Add a `container.bind_workdir` configuration option that exposes
the existing nektos/act `BindWorkdir` setting. When enabled,
workspaces are bind-mounted from the host filesystem instead of
using Docker volumes, making them accessible to nested Docker
operations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 10:16:01 +01:00
..
cmd chore(lint): add golangci-lint v2 and fix all lint issues (#803) 2026-02-22 17:35:08 +00:00
poll chore(lint): add golangci-lint v2 and fix all lint issues (#803) 2026-02-22 17:35:08 +00:00
run feat: add configurable bind_workdir option for DinD setups 2026-03-02 10:16:01 +01:00