Skip to content

Commit 5d4b713

Browse files
committed
build: mark result context build as internal
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
1 parent 71c1a43 commit 5d4b713

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/result.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ func getResultAt(ctx context.Context, c *client.Client, solveOpt client.SolveOpt
7575
go func() {
7676
solveOpt := solveOpt
7777
solveOpt.Ref = ""
78+
solveOpt.Internal = true
7879
buildDoneCh := make(chan struct{})
7980
_, err := c.Build(context.Background(), solveOpt, "buildx", func(ctx context.Context, c gateway.Client) (*gateway.Result, error) {
8081
doneErr := errors.Errorf("done")

0 commit comments

Comments
 (0)