Skip to content

Commit

Permalink
fix: Add missing container registry types
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Dec 2, 2024
1 parent 1ec4268 commit c01dd14
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 c01dd14

Please sign in to comment.