Skip to content

Commit

Permalink
Keep the old behavior with manual LLB construction and secrets as env…
Browse files Browse the repository at this point in the history
…ironment variables

Signed-off-by: a-palchikov <[email protected]>
  • Loading branch information
a-palchikov committed Aug 13, 2024
1 parent 72359eb commit 1e498a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/llb/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,7 @@ func SecretAsEnv(v bool) SecretOption {
si.Env = nil
return
}
envDefault := ""
si.Env = &envDefault
si.Env = &si.Target
})
}

Expand Down

0 comments on commit 1e498a4

Please sign in to comment.