mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
builder: fix docker context not validated
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com> (cherry picked from commit 0e544fe83509add4a992ee33079924301b8adfa8)
This commit is contained in:
parent
b66988c824
commit
ae278ce450
@ -93,6 +93,7 @@ func GetNodeGroup(txn *store.Txn, dockerCli command.Cli, name string) (*store.No
|
||||
Endpoint: name,
|
||||
},
|
||||
},
|
||||
DockerContext: true,
|
||||
}
|
||||
if ng.LastActivity, err = txn.GetLastActivity(ng); err != nil {
|
||||
return nil, err
|
||||
|
Loading…
x
Reference in New Issue
Block a user