mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
vendor latest c/common
To include the pkg/netns changes. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/common/libimage/push.go
generated
vendored
4
vendor/github.com/containers/common/libimage/push.go
generated
vendored
@@ -114,7 +114,7 @@ func (r *Runtime) Push(ctx context.Context, source, destination string, options
|
||||
return nil, err
|
||||
}
|
||||
|
||||
defer c.close()
|
||||
defer c.Close()
|
||||
|
||||
return c.copy(ctx, srcRef, destRef)
|
||||
return c.Copy(ctx, srcRef, destRef)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user