implement cache.advertise_url

This commit is contained in:
2024-09-06 14:00:33 +02:00
parent a7080f5457
commit 607eeb04d6
6 changed files with 16 additions and 7 deletions

View File

@@ -351,7 +351,7 @@ func runExec(ctx context.Context, execArgs *executeArgs) func(cmd *cobra.Command
}
// init a cache server
handler, err := artifactcache.StartHandler("", "", 0, log.StandardLogger().WithField("module", "cache_request"))
handler, err := artifactcache.StartHandler("", "", "", 0, log.StandardLogger().WithField("module", "cache_request"))
if err != nil {
return err
}