mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-13 23:53:48 -05:00
feat: detect image url from label
This commit is contained in:
@@ -20,6 +20,7 @@ export interface Image {
|
||||
repository: string;
|
||||
tag: string;
|
||||
};
|
||||
url: string | null;
|
||||
result: {
|
||||
has_update: boolean | null;
|
||||
info: VersionInfo | DigestInfo | null;
|
||||
|
||||
Reference in New Issue
Block a user