Commit 29596fd
committed
fix(cli): match buildx builder network option anywhere on the driver options line
The inspect output sorts driver options, so any additional option (e.g.
image=) lands before network= and the anchored match failed, causing the
builder to be deleted and recreated on every deploy.1 parent c55613d commit 29596fd
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
400 | 402 | | |
401 | 403 | | |
402 | 404 | | |
| |||
0 commit comments