Public Access
1
0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-04-20 05:07:54 +03:00

Update generated content

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-04-03 21:28:07 +02:00
parent 240d54e928
commit 04f80b2fda
Generated Vendored
+3 -1
View File
@@ -8851,7 +8851,9 @@ class HttpClient {
maxSockets: maxSockets,
keepAlive: this._keepAlive,
proxy: {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`,
...((proxyUrl.username || proxyUrl.password) && {
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
}),
host: proxyUrl.hostname,
port: proxyUrl.port
}