mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 09:17:49 +08:00
store: skip DockerContext field from being saved
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
aa6fd3d888
commit
fa58522242
@ -16,7 +16,9 @@ type NodeGroup struct {
|
|||||||
Driver string
|
Driver string
|
||||||
Nodes []Node
|
Nodes []Node
|
||||||
Dynamic bool
|
Dynamic bool
|
||||||
DockerContext bool
|
|
||||||
|
// skip the following fields from being saved in the store
|
||||||
|
DockerContext bool `json:"-"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Node struct {
|
type Node struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user