Fix compile errors

See gh-28844
This commit is contained in:
Scott Frederick
2022-07-20 16:07:19 -05:00
parent 09c7ce6dab
commit f9cf31e59e
3 changed files with 7 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ public final class DockerConfiguration {
public DockerConfiguration withEmptyPublishRegistryAuthentication() {
return new DockerConfiguration(this.host, this.builderAuthentication,
new DockerRegistryUserAuthentication("", "", "", ""));
new DockerRegistryUserAuthentication("", "", "", ""), this.bindHostToBuilder);
}
}