Merge branch '2.7.x'

This commit is contained in:
Scott Frederick
2022-07-20 16:07:32 -05:00
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);
}
}