diff --git a/images/Dockerfile b/images/Dockerfile index 83ea6b511..27ba98859 100644 --- a/images/Dockerfile +++ b/images/Dockerfile @@ -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 .