9f79e3733e
Replace tar|docker|tee pipeline with docker volume + redirect pattern from master. 'docker run > file 2>&1' eliminates the pipe, so 0 directly captures the container exit code. Separate commit status step with if: always() ensures status is reported regardless of test outcome.