[GH-ISSUE #1400] Support disabling volume mounts for toolcache and and env #738

Closed
opened 2026-03-01 21:45:57 +03:00 by kerem · 1 comment
Owner

Originally created by @cyrus-mc on GitHub (Oct 18, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1400

Act version

0.2.32

Feature description

Using a composite action that invokes a container and references files within the action itself (via GITHUB_ACTION_PATH) fails due to the fact that /var/run/act (where GITHUB_ACTION_PATH is) is a volume mount and propagation for volume mounts is private/rprivate. This works when running via GitHub runners.

Would it be possible to disable these cache volumes or support bind mounts (maybe creating the cache folders in ~/.act/..).

Originally created by @cyrus-mc on GitHub (Oct 18, 2022). Original GitHub issue: https://github.com/nektos/act/issues/1400 ### Act version 0.2.32 ### Feature description Using a composite action that invokes a container and references files within the action itself (via GITHUB_ACTION_PATH) fails due to the fact that /var/run/act (where GITHUB_ACTION_PATH is) is a volume mount and propagation for volume mounts is private/rprivate. This works when running via GitHub runners. Would it be possible to disable these cache volumes or support bind mounts (maybe creating the cache folders in ~/.act/..).
kerem 2026-03-01 21:45:57 +03:00
Author
Owner

@cyrus-mc commented on GitHub (Oct 31, 2022):

Ignore.

<!-- gh-comment-id:1297452741 --> @cyrus-mc commented on GitHub (Oct 31, 2022): Ignore.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#738
No description provided.