mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
d5480fb78d
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…
Add table
Reference in a new issue