builder: fix default docker context behavior

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-12-07 08:51:22 +01:00
committed by CrazyMax
parent fe8d5627e0
commit ebdd8834a9
3 changed files with 18 additions and 23 deletions

View File

@ -12,10 +12,11 @@ import (
)
type NodeGroup struct {
Name string
Driver string
Nodes []Node
Dynamic bool
Name string
Driver string
Nodes []Node
Dynamic bool
DockerContext bool
}
type Node struct {