Commit 1791be0
fix(ci): login to cr.yandex after build to avoid Docker Hub auth conflict
docker login for cr.yandex pollutes ~/.docker/config.json, causing
Docker Hub pulls during build to send wrong credentials. Moving login
after build ensures base image pulls use anonymous Docker Hub auth.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 02289ae commit 1791be0
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
| 55 | + | |
54 | 56 | | |
55 | 57 | | |
0 commit comments