mirror of
https://github.com/docker/setup-buildx-action.git
synced 2024-11-15 17:23:51 +08:00
Update generated content
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
240d54e928
commit
04f80b2fda
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user