Skip to content

Commit

Permalink
fix(misconf): Fixed scope for China Cloud (#7560)
Browse files Browse the repository at this point in the history
  • Loading branch information
bloomadcariad authored Sep 23, 2024
1 parent 1f9fc13 commit 37d549e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fanal/image/registry/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func (r *Registry) CheckOptions(domain string, _ types.RegistryOptions) (intf.Re
} else if strings.HasSuffix(domain, chinaAzureURL) {
return &RegistryClient{
domain: domain,
scope: scope,
scope: chinaScope,
cloud: cloud.AzureChina,
}, nil
}
Expand Down

0 comments on commit 37d549e

Please sign in to comment.