Skip to content

Commit 7cf444b

Browse files
committed
big sync only files
Signed-off-by: cuisongliu <[email protected]>
1 parent b89d6d3 commit 7cf444b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dockerhub/repos.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ func fetchDockerHubAllRepo() (map[string]SkopeoList, error) {
118118
TLSVerify: false,
119119
},
120120
}
121+
} else {
122+
defaultRepos = append(defaultRepos, repo.getName())
121123
}
122-
defaultRepos = append(defaultRepos, repo.getName())
124+
123125
}
124126
}
125127
fetchURL = repositories.Next

0 commit comments

Comments
 (0)