mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-09-17 08:19:08 +08:00
Merge pull request #1455 from crazy-max/nodegroup-exclude-field
store: skip DockerContext field from being saved
This commit is contained in:
@@ -16,7 +16,9 @@ type NodeGroup struct {
|
||||
Driver string
|
||||
Nodes []Node
|
||||
Dynamic bool
|
||||
DockerContext bool
|
||||
|
||||
// skip the following fields from being saved in the store
|
||||
DockerContext bool `json:"-"`
|
||||
}
|
||||
|
||||
type Node struct {
|
||||
|
Reference in New Issue
Block a user