fix: drone-secrets not build-secrets
This commit is contained in:
parent
a6c7147d1d
commit
9e3a3b686e
|
@ -75,7 +75,7 @@ function(
|
|||
compose(
|
||||
std.map(
|
||||
function(secret) environment.envSet(secret),
|
||||
publicSecrets + secretSecrets + buildSecrets,
|
||||
publicSecrets + secretSecrets + droneSecrets,
|
||||
),
|
||||
)(
|
||||
images.ssh {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue