Skip to content
Docs Try Aspire

ContainerImagePushOptions Properties

Class Properties 2 members
Represents options for pushing container images to a registry.
RemoteImageName Section titled RemoteImageName nullable string?
Gets or sets the remote image name (repository path without registry endpoint or tag).
public string? RemoteImageName { get; set; }
RemoteImageTag Section titled RemoteImageTag nullable string?
Gets or sets the remote image tag.
public string? RemoteImageTag { get; set; }