Commit 1247ee0
fix(ci): Fix Docker-in-Docker path mapping and HOME override
When running inside a GHA container, paths resolve to /__w/... which
only exists inside the container. Docker-in-Docker volume mounts need
host paths (/home/runner/work/...). Convert paths in registrySetup.ts.
Also move HOME=/root to docker -e flag since GHA overrides container
env settings with its own HOME=/github/home.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8bd3f9e commit 1247ee0
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
6 | 17 | | |
7 | 18 | | |
8 | 19 | | |
| |||
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
35 | | - | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| |||
0 commit comments