|
|
@@ -242,7 +242,7 @@ func (r Repo) fetchGitRepo(arch string, entry *manifest.Manifest2822Entry) (stri
|
|
|
return "", err
|
|
|
}
|
|
|
|
|
|
- gitTag := arch+"/"+r.RepoName+"/"+entry.Tags[0]
|
|
|
+ gitTag := gitNormalizeForTagUsage(path.Join(arch, namespace, r.RepoName, entry.Tags[0]))
|
|
|
gitRepo.DeleteTag(gitTag) // avoid "ErrTagExists"
|
|
|
_, err = gitRepo.CreateTag(gitTag, goGitPlumbing.NewHash(commit), nil)
|
|
|
if err != nil {
|