We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32d273 commit d8dc572Copy full SHA for d8dc572
Dockerfile
@@ -44,7 +44,9 @@ RUN pip install --user PyYAML
44
45
# Copy necessary files
46
COPY board_info register_runner.py /home/$USERNAME/actions-runner/
47
+USER root
48
RUN chmod +x /home/$USERNAME/actions-runner/register_runner.py /home/$USERNAME/actions-runner/board_info
49
+USER $USERNAME
50
51
# Update PATH for the non-root user
52
ENV PATH="/home/$USERNAME/actions-runner:${PATH}"
0 commit comments