Commit d98b0e3
committed
Add docker login to dind for internal registry access
The host Docker daemon is authenticated via the runner's job-started
hook, but the dind service is a separate daemon with no auth config.
Log in to docker.internal.networkradius.com via dind before pulling.
Secrets are passed via env vars to avoid shell interpolation.1 parent efecac8 commit d98b0e3
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
207 | 218 | | |
208 | 219 | | |
209 | 220 | | |
| |||
0 commit comments