builder: fix docker context not validated

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
(cherry picked from commit 0e544fe835)
pull/1609/head
CrazyMax 2 years ago
parent b66988c824
commit ae278ce450
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

@ -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…
Cancel
Save