mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
fix(registry): find registry for image [EE-5660] (#9181)
This commit is contained in:
parent
fa755ffbca
commit
03b9a9b65d
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ angular.module('portainer.app').factory('RegistryService', [
|
|||
match4 = match4 || registry;
|
||||
}
|
||||
|
||||
if (_.includes(repository, getURL(registry))) {
|
||||
if (repository.startsWith(getURL(registry))) {
|
||||
match3 = registry;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue