Print error when image information could not be retrieved

main
trivernis 1 year ago
parent d891eab6f6
commit 978f14d18d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -39,6 +39,7 @@ export def needs_update [] {
try {
( dockerhub get_image_digest $image $tag ) != $digest
} catch {
print "Failed to get image information"
false
}
} else {

Loading…
Cancel
Save