Closed my1e5 closed 1 month ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. If the issue is still valid, please add a respective comment to prevent this issue from being closed automatically. Thank you for your contributions.
I'm using a DIND approach. My understanding was that
GITEA_RUNNER_VALID_VOLUME_N
would allow me to specify volumes in the parent docker container that the runner docker containers could use.For example, if I try to mount a volume within my action yaml I get
[foo] is not a valid volume, will be ignored
. (Related https://github.com/vegardit/docker-gitea-act-runner/issues/54)So I figured I need to use
GITEA_RUNNER_VALID_VOLUME_N
. But when I try that it seems to use a path from my Windows host machine?Notice the
C:/Program Files/Git/foo
.So I still get
[foo] is not a valid volume, will be ignored
when I try run my action.Am I doing something wrong?