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