mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
update how secrets provided to compiler
This commit is contained in:
parent
b10a074b57
commit
4f4e3f2404
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ func (b *builder) Build() ([]*buildItem, error) {
|
|||
b.Repo.IsPrivate,
|
||||
),
|
||||
compiler.WithRegistry(registries...),
|
||||
compiler.WithSecrets(csecrets...),
|
||||
compiler.WithSecret(csecrets...),
|
||||
compiler.WithPrefix(
|
||||
fmt.Sprintf(
|
||||
"%d_%d",
|
||||
|
|
Loading…
Reference in a new issue