Skip to content
Docs Try Aspire
Docs Try

ContainerImagePushOptions

Handle
📦 Aspire.Hosting v13.4.0
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.