fix: temp patch to load a single registry

* We seem to have an issue loading a slice from env
This commit is contained in:
2024-11-12 10:36:29 +03:00
parent 90cc1563ec
commit f912f6835a
3 changed files with 2 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ type (
)
func New(o CacheOpts) (Cache, error) {
o.Logg.Info("initializing cache", "registries", o.Registries, "watchlist", o.Watchlist, "blacklist", o.Blacklist)
var cache Cache
switch o.CacheType {