mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
update how secrets provided to compiler
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user