mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 07:31:37 +01:00
Don't skip repo analysis if default tag not found
This commit is contained in:
@@ -78,7 +78,6 @@ func (di *Diun) Run() {
|
||||
|
||||
if err := di.analyzeImage(item, opts); err != nil {
|
||||
log.Error().Err(err).Str("image", opts.Image.String()).Msg("Cannot analyze image")
|
||||
continue
|
||||
}
|
||||
|
||||
if item.WatchRepo {
|
||||
|
||||
Reference in New Issue
Block a user