mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Merge pull request #3629 from deitch/correct-name
use correct manifest name when pushing
This commit is contained in:
commit
0dff43def5
2
src/cmd/linuxkit/cache/push.go
vendored
2
src/cmd/linuxkit/cache/push.go
vendored
@ -61,7 +61,7 @@ func PushWithManifest(dir string, name, suffix string, pushImage, pushManifest b
|
|||||||
|
|
||||||
if pushManifest {
|
if pushManifest {
|
||||||
fmt.Printf("Pushing %s to manifest %s\n", imageName, name)
|
fmt.Printf("Pushing %s to manifest %s\n", imageName, name)
|
||||||
_, _, err = registry.PushManifest(imageName, auth)
|
_, _, err = registry.PushManifest(name, auth)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user