DotNetPublishContainerSettings.Registry property

The destination registry to publish to, or null to publish to the local Docker daemon.

public string? Registry { get; set; }

Remarks

See ContainerRegistry.

See Also