Commit fb7a83b
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 3b3f9dd commit fb7a83b
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | | - | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments