target/oci: OCITargetOptions.FileName -> OCITargetOptions.Filename
The `Filename` is defined in each and every target options. Modify its name in the OCI target to be consistent with all other targets.
This commit is contained in:
parent
40abb32dec
commit
7bfd3aec71
3 changed files with 3 additions and 3 deletions
|
|
@ -326,7 +326,7 @@ func uploadRequestToTarget(u uploadRequest, imageType distro.ImageType) *target.
|
|||
User: options.User,
|
||||
Tenancy: options.Tenancy,
|
||||
Region: options.Region,
|
||||
FileName: imageType.Filename(),
|
||||
Filename: imageType.Filename(),
|
||||
PrivateKey: options.PrivateKey,
|
||||
Fingerprint: options.Fingerprint,
|
||||
Bucket: options.Bucket,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue