act_runner/internal/pkg
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
..
client Bump act to v0.260.0 (#522) 2024-03-27 03:17:04 +00:00
config feat: add configurable bind_workdir option for DinD setups 2026-03-02 10:16:01 +01:00
envcheck fix: Exit docker container on any process exit (#462) 2024-01-30 13:47:42 +00:00
labels use new docker image URLs (#661) 2025-03-01 20:21:52 +00:00
report chore(lint): add golangci-lint v2 and fix all lint issues (#803) 2026-02-22 17:35:08 +00:00
ver Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00