diff --git a/react/src/components/ContainerRegistryEditorModal.tsx b/react/src/components/ContainerRegistryEditorModal.tsx index 7ff66f070..a7fdea50f 100644 --- a/react/src/components/ContainerRegistryEditorModal.tsx +++ b/react/src/components/ContainerRegistryEditorModal.tsx @@ -435,6 +435,18 @@ const ContainerRegistryEditorModal: React.FC< { value: 'harbor2', }, + { + value: 'github', + }, + { + value: 'gitlab', + }, + { + value: 'ecr', + }, + { + value: 'ecr-public', + }, ]} onChange={(value) => { if (value === 'docker') {