mirror of
https://github.com/sergi0g/cup.git
synced 2025-11-17 17:43:37 -05:00
Support checking for version updates for images that aren't available locally
This commit is contained in:
@@ -150,7 +150,7 @@ pub async fn get_latest_tag(
|
||||
};
|
||||
match tag {
|
||||
Some(t) => {
|
||||
if t == base {
|
||||
if t == base && image.digest_info.is_some() {
|
||||
// Tags are equal so we'll compare digests
|
||||
get_latest_digest(
|
||||
&Image {
|
||||
|
||||
Reference in New Issue
Block a user