act_runner/internal/app/run
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
..
logging.go
runner.go feat: add configurable bind_workdir option for DinD setups 2026-03-02 10:16:01 +01:00
workflow.go chore(deps): update act to v0.261.8 (#791) 2026-02-18 05:37:21 +00:00
workflow_test.go chore(lint): add golangci-lint v2 and fix all lint issues (#803) 2026-02-22 17:35:08 +00:00