mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-10-31 01:20:09 +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, |                 maxSockets: maxSockets, | ||||||
|                 keepAlive: this._keepAlive, |                 keepAlive: this._keepAlive, | ||||||
|                 proxy: { |                 proxy: { | ||||||
|                     proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`, |                     ...((proxyUrl.username || proxyUrl.password) && { | ||||||
|  |                         proxyAuth: `${proxyUrl.username}:${proxyUrl.password}` | ||||||
|  |                     }), | ||||||
|                     host: proxyUrl.hostname, |                     host: proxyUrl.hostname, | ||||||
|                     port: proxyUrl.port |                     port: proxyUrl.port | ||||||
|                 } |                 } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax