mirror of
https://github.com/containers/podman.git
synced 2025-12-12 01:38:04 +08:00
vendor: bump c/common to dbeb17e40c80
Signed-off-by: flouthoc <flouthoc.git@gmail.com>
This commit is contained in:
2
vendor/github.com/containers/common/libimage/push.go
generated
vendored
2
vendor/github.com/containers/common/libimage/push.go
generated
vendored
@@ -118,7 +118,7 @@ func (r *Runtime) Push(ctx context.Context, source, destination string, options
|
||||
}
|
||||
}
|
||||
|
||||
c, err := r.newCopier(&options.CopyOptions, nil)
|
||||
c, err := r.newCopier(&options.CopyOptions)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user