Skip to content

Commit

Permalink
Fixed the type in DTR adapter info
Browse files Browse the repository at this point in the history
  • Loading branch information
lysunkin committed Dec 24, 2024
1 parent d7ab265 commit d3cdd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/reg/adapter/dtr/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func newAdapter(registry *model.Registry) *adapter {
// Info returns information of the registry
func (a *adapter) Info() (*model.RegistryInfo, error) {
return &model.RegistryInfo{
Type: model.RegistryTypeAzureAcr,
Type: model.RegistryTypeDTR,
SupportedResourceTypes: []string{
model.ResourceTypeImage,
},
Expand Down

0 comments on commit d3cdd8c

Please sign in to comment.