fix: Add HOME env var to distroless runners image (#22796)

This commit is contained in:
Iván Ovejero
2025-12-05 11:15:29 +01:00
committed by github-actions[bot]
parent 675589c1a9
commit 96bb48bef1

View File

@@ -172,7 +172,8 @@ ARG N8N_VERSION=snapshot
ARG N8N_RELEASE_TYPE=dev
ENV NODE_ENV=production \
N8N_RELEASE_TYPE=${N8N_RELEASE_TYPE}
N8N_RELEASE_TYPE=${N8N_RELEASE_TYPE} \
HOME=/home/runner
# Copy everything from the prepared runtime filesystem
COPY --from=runtime-prep --chown=root:root /runtime/ /