Share via


ContainerImagePushOptions.RemoteImageTag Property

Definition

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".

Applies to