Return exit code when MANUALLY_TRAP_SIG is exported (#2285)

This commit is contained in:
Nikola Jokic
2022-11-28 11:33:01 -05:00
committed by GitHub
parent 63640e91fa
commit 852a80fcbd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ RUN curl -f -L -o runner-container-hooks.zip https://github.com/actions/runner-c
FROM mcr.microsoft.com/dotnet/runtime-deps:6.0
ENV RUNNER_ALLOW_RUNASROOT=1
ENV RUNNER_MANUALLY_TRAP_SIG=1
WORKDIR /actions-runner
COPY --from=build /actions-runner .