Skip to content

Commit

Permalink
chore: chore (#317)
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin Li <[email protected]>
  • Loading branch information
binbin-li authored Dec 11, 2024
1 parent 77419d5 commit 731607d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/referrerstore/oras/oras.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func createBaseStore(version string, storeConfig config.StorePluginConfig) (*ora
if conf.LocalCachePath == "" {
conf.LocalCachePath = paths.Join(homedir.Get(), ratifyconfig.ConfigFileDir, defaultLocalCachePath)
}
logger.GetLogger(context.Background(), logOpt).Warnf("LocalCahcePath: %s", conf.LocalCachePath)

localRegistry, err := ocitarget.New(conf.LocalCachePath)
if err != nil {
Expand Down

0 comments on commit 731607d

Please sign in to comment.