fix: deploy getting all buildSecrets
This commit is contained in:
parent
dfc679747a
commit
336e775709
|
@ -74,7 +74,7 @@ function(
|
|||
compose(
|
||||
std.map(
|
||||
function(secret) environment.envSet(secret),
|
||||
publicSecrets + secretSecrets,
|
||||
publicSecrets + secretSecrets + buildSecrets,
|
||||
),
|
||||
)(
|
||||
images.ssh {
|
||||
|
|
Loading…
Reference in New Issue