Skip to content

Commit

Permalink
Make runner image print diag log to STDOUT. (actions#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang authored Dec 19, 2022
1 parent 0dd7a11 commit 29a28a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM mcr.microsoft.com/dotnet/runtime-deps:6.0

ENV RUNNER_ALLOW_RUNASROOT=1
ENV RUNNER_MANUALLY_TRAP_SIG=1
ENV ACTIONS_RUNNER_PRINT_LOG_TO_STDOUT=1

WORKDIR /actions-runner
COPY --from=build /actions-runner .

0 comments on commit 29a28a8

Please sign in to comment.