소스 검색

Merge pull request #11813 from miminar/show-verified-status

Consider tag updated also in case repo does not exist
Olivier Gambier 10 년 전
부모
커밋
be5fd157d5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      graph/pull.go

+ 2 - 0
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
 		}
 	}