diff --git a/graph/pull.go b/graph/pull.go index 0a6b2800c0..90206ea8b6 100644 --- a/graph/pull.go +++ b/graph/pull.go @@ -602,6 +602,8 @@ func (s *TagStore) pullV2Tag(eng *engine.Engine, r *registry.Session, out io.Wri if _, exists := repo[tag]; !exists { tagUpdated = true } + } else { + tagUpdated = true } }