From 4f4e3f2404fc82d702589100f3519cc0779f0fac Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Mon, 10 Apr 2017 13:08:12 +0200 Subject: [PATCH] update how secrets provided to compiler --- server/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/hook.go b/server/hook.go index 8fd35b176..514769ac0 100644 --- a/server/hook.go +++ b/server/hook.go @@ -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",