Skip to content
DocsTry Aspire
DocsTry

ContainerImagePushOptions

Handle
📦 Aspire.Hosting v13.4.0
interface ContainerImagePushOptions {
remoteImageName: string;
remoteImageTag: string;
}

Properties

propertyremoteImageNamestringget · set
Gets or sets the remote image name (repository path without registry endpoint or tag).
propertyremoteImageTagstringget · set
Gets or sets the remote image tag.