ContainerImagePushOptions
Handle
interface ContainerImagePushOptions { remoteImageName: string; remoteImageTag: string;}Properties
property
remoteImageNamestringget · setGets or sets the remote image name (repository path without registry endpoint or tag).
property
remoteImageTagstringget · setGets or sets the remote image tag.