Skip to content
DocsTry Aspire
DocsTry

ContainerImageDestination

Enumnet8.0
📦 Aspire.Hosting v13.4.0
Specifies the destination for container images.
namespace Aspire.Hosting.Publishing;
public enum ContainerImageDestination
Registry= 0
Image will be pushed to a container registry.
Archive= 1
Image will be saved as an archive file.