Make runner image print diag log to STDOUT. (#2331)

This commit is contained in:
Tingluo Huang
2022-12-19 16:57:16 -05:00
committed by GitHub
parent 0dd7a113f1
commit 29a28a870f

View File

@@ -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 .