From 8ea302f9ae697de1960e988608d63c126e20314d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 5 Jun 2019 00:19:38 +0200 Subject: [PATCH] Don't skip repo analysis if default tag not found --- internal/app/diun.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/app/diun.go b/internal/app/diun.go index 64dbfe18..039249ac 100644 --- a/internal/app/diun.go +++ b/internal/app/diun.go @@ -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 {