mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
improve update handling when changing channels
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
18b3c76a67
commit
d2cadf6b9f
2 changed files with 4 additions and 3 deletions
|
|
@ -52,8 +52,10 @@ class DockerHubManager
|
|||
}
|
||||
}
|
||||
|
||||
error_log('Could not get digest of container ' . $name . ':' . $tag);
|
||||
return null;
|
||||
} catch (\Exception $e) {
|
||||
error_log('Could not get digest of container ' . $name . ':' . $tag . ' ' . $e->getMessage());
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue