mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +08:00
Update vendor or containers/buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/push.go
generated
vendored
4
vendor/github.com/containers/buildah/push.go
generated
vendored
@@ -32,7 +32,7 @@ func cacheLookupReferenceFunc(directory string, compress types.LayerCompression)
|
||||
}
|
||||
ref, err := blobcache.NewBlobCache(ref, directory, compress)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error using blobcache %q: %w", directory, err)
|
||||
return nil, fmt.Errorf("using blobcache %q: %w", directory, err)
|
||||
}
|
||||
return ref, nil
|
||||
}
|
||||
@@ -135,7 +135,7 @@ func Push(ctx context.Context, image string, dest types.ImageReference, options
|
||||
|
||||
manifestDigest, err := manifest.Digest(manifestBytes)
|
||||
if err != nil {
|
||||
return nil, "", fmt.Errorf("error computing digest of manifest of new image %q: %w", transports.ImageName(dest), err)
|
||||
return nil, "", fmt.Errorf("computing digest of manifest of new image %q: %w", transports.ImageName(dest), err)
|
||||
}
|
||||
|
||||
var ref reference.Canonical
|
||||
|
||||
Reference in New Issue
Block a user