Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit add0dbe

Browse files
committed
fix: runtime registries auth
1 parent 3436102 commit add0dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/runtime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func New(config *config.RuntimeConfig, registries registry.RegistriesConfig, sto
7474
networking: newNetworkService(),
7575
driver: instanceBuilder,
7676
instances: state,
77+
registries: registries,
7778
}
7879
return runtime, nil
7980
}

0 commit comments

Comments
 (0)