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 12, 2024
1 parent abb8a48 commit 2b083b3
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 @@ -723,8 +723,7 @@ func SecretAsEnv(v bool) SecretOption {
si.Env = nil
return
}
envDefault := ""
si.Env = &envDefault
si.Env = &si.Target
})
}

Expand Down

0 comments on commit 2b083b3

Please sign in to comment.