DotNetPublishContainerSettings.ImageTags property

The tags to apply to the published container image.

public IReadOnlyList<string>? ImageTags { get; set; }

Remarks

See ContainerImageTags.

See Also