Compare commits

..

1 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
a316661024 Initial plan 2025-11-18 06:41:38 +00:00

View File

@@ -266,7 +266,12 @@ export const BuildConfig = ({
{image_registries?.map((registry, index) => (
<ImageRegistryConfig
key={index}
key={
(registry.domain ?? "") +
(registry.organization ?? "") +
(registry.account ?? "") +
index
}
registry={registry}
imageName={imageName}
setRegistry={(registry) =>