Skip to content

Commit

Permalink
fix: Add missing container registry types (#2913)
Browse files Browse the repository at this point in the history
<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

Fixes #2904.

Minium required manager version: 24.09

<img width="681" alt="2024-12-02_21-37-09 png" src="https://github.com/user-attachments/assets/60c0f1e2-1f46-458b-81f9-1abcb989d890">

**Checklist:** (if applicable)

- [x] Mention to the original issue
- [x] Minium required manager version
  • Loading branch information
jopemachine committed Dec 3, 2024
1 parent 2780cc6 commit bd450b2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions react/src/components/ContainerRegistryEditorModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,18 @@ const ContainerRegistryEditorModal: React.FC<
{
value: 'harbor2',
},
{
value: 'github',
},
{
value: 'gitlab',
},
{
value: 'ecr',
},
{
value: 'ecr-public',
},
]}
onChange={(value) => {
if (value === 'docker') {
Expand Down

0 comments on commit bd450b2

Please sign in to comment.