Fixed push bug
This commit is contained in:
parent
02037a9b53
commit
c6dc90ccb9
1 changed files with 3 additions and 1 deletions
|
@ -772,7 +772,9 @@ func (srv *Server) pushRepository(r *registry.Registry, out io.Writer, localName
|
|||
} else {
|
||||
elem.Checksum = checksum
|
||||
}
|
||||
return pushTags()
|
||||
if err := pushTags(); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue