1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2024-11-22 00:45:05 +00: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
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

4
dist/index.js generated vendored
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
}