mirror of
https://github.com/jlengrand/engine.git
synced 2026-05-17 15:52:14 +00:00
print error while errors appears
This commit is contained in:
@@ -103,7 +103,13 @@ impl ContainerRegistry for DockerHub {
|
||||
StatusCode::OK => true,
|
||||
_ => false,
|
||||
},
|
||||
Err(_) => false,
|
||||
Err(e) => {
|
||||
error!(
|
||||
"While try to retrieving if DockerHub repository exist {:?}",
|
||||
e
|
||||
);
|
||||
false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user