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