mirror of https://github.com/containers/podman.git
fix: podman manifest push respect --tls-verify flag
[NO TESTS NEEDED] Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
ec5c7c1f6a
commit
5473490c6e
|
@ -337,6 +337,7 @@ func (ir *ImageEngine) ManifestPush(ctx context.Context, name, destination strin
|
|||
pushOptions.ManifestMIMEType = manifestType
|
||||
pushOptions.RemoveSignatures = opts.RemoveSignatures
|
||||
pushOptions.SignBy = opts.SignBy
|
||||
pushOptions.InsecureSkipTLSVerify = opts.SkipTLSVerify
|
||||
|
||||
if opts.All {
|
||||
pushOptions.ImageListSelection = cp.CopyAllImages
|
||||
|
|
Loading…
Reference in New Issue