Detect GHCR images (#3509)
This commit is contained in:
Родитель
1972b83441
Коммит
f0096f7fb3
|
@ -50,6 +50,7 @@ const KnownRegistries: { type: string, regex: RegExp }[] = [
|
|||
{ type: 'dockerhub-namespace', regex: /^[^.:]+\/[^.:]+$/ },
|
||||
|
||||
{ type: 'dockerhub-dockerio', regex: /^docker.io.*\// },
|
||||
{ type: 'github', regex: /ghcr\.io.*\// },
|
||||
{ type: 'gitlab', regex: /gitlab.*\// },
|
||||
{ type: 'ACR', regex: /azurecr\.io.*\// },
|
||||
{ type: 'GCR', regex: /gcr\.io.*\// },
|
||||
|
|
Загрузка…
Ссылка в новой задаче