mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 20:48:11 +00:00
use correct manifest name when pushing
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
60919fee96
commit
74c7de7977
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