Skip to content

Commit 262b30f

Browse files
committed
Wire DockerSocket config from config.Config to builds.Config in providers.go
1 parent 011e861 commit 262b30f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/providers/providers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ func ProvideBuildManager(p *paths.Paths, cfg *config.Config, instanceManager ins
259259
RegistryCACert: registryCACert,
260260
DefaultTimeout: cfg.BuildTimeout,
261261
RegistrySecret: cfg.JwtSecret, // Use same secret for registry tokens
262+
DockerSocket: cfg.DockerSocket,
262263
}
263264

264265
// Apply defaults if not set

0 commit comments

Comments
 (0)