myoung34 / docker-github-actions-runner

This will run the new self-hosted github actions runners with docker-in-docker
GNU General Public License v3.0
1.63k stars 386 forks source link

mkdir: cannot create directory RUNNER_WORKDIR #378

Closed pompushko closed 1 month ago

pompushko commented 1 month ago

Hello

Used example for Ephemeral Runner

Aug 13 16:17:04 docker[3698]: mkdir: cannot create directory ‘/tmp/runner/work’: No such file or directory

Seems like it cannot create runner folder

myoung34 commented 1 month ago

Can you elaborate on your setup, how its run/configured?

pompushko commented 1 month ago

Can you elaborate on your setup, how its run/configured?

Example from your Wiki :) But change to /tmp/work fix the issue.