Closed NikolaMilosavljevic closed 5 months ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
This PR fixes https://github.com/dotnet/docker-tools/pull/1334#discussion_r1643001287
DockerRegistryCommand
from hierarchy, soBuildCommand
andPublishManifestCommand
inherit fromManifestCommand
.DockerRegistryOptions
altogether as it contained justRegistryCredentialsOptions
which is independently composable.ExecuteWithCredentialsAsync
method to a new file forRegistryCredentialsProvider
extensions.