We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6225a60 + 482a64b commit 51ce6dfCopy full SHA for 51ce6df
1 file changed
Dockerfile
@@ -17,7 +17,7 @@ COPY install_actions.sh /actions-runner
17
RUN chmod +x /actions-runner/install_actions.sh \
18
&& /actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} \
19
&& rm /actions-runner/install_actions.sh \
20
- && chown runner /_work /actions-runner /opt/hostedtoolcache
+ && chown -R runner /_work /actions-runner /opt/hostedtoolcache
21
22
COPY token.sh entrypoint.sh app_token.sh /
23
RUN chmod +x /token.sh /entrypoint.sh /app_token.sh
0 commit comments