Merge pull request #11813 from miminar/show-verified-status
Consider tag updated also in case repo does not exist
This commit is contained in:
commit
be5fd157d5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue