mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
aio-interface: rename isDockerHubReachable to isRegistryReachable
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
13e9829a85
commit
f7183b8d32
2 changed files with 4 additions and 4 deletions
|
|
@ -599,7 +599,7 @@ readonly class DockerActionManager {
|
|||
|
||||
}
|
||||
|
||||
public function isDockerHubReachable(Container $container): bool {
|
||||
public function isRegistryReachable(Container $container): bool {
|
||||
$tag = $container->GetImageTag();
|
||||
if ($tag === '%AIO_CHANNEL%') {
|
||||
$tag = $this->GetCurrentChannel();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue