ContainerImagePushOptions.RemoteImageTag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the remote image tag.
public string? RemoteImageTag { get; set; }
member this.RemoteImageTag : string with get, set
Public Property RemoteImageTag As String
Property Value
The tag to apply to the image when pushed to the registry, such as "latest", "v1.0.0", or "dev". If not set explicitly, defaults to "latest".