Skip to content

Commit

Permalink
builder: fix docker context not validated
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Feb 3, 2023
1 parent d2fa4a5 commit 0e544fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/storeutil/storeutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e544fe

Please sign in to comment.