mirror of
				https://github.com/docker/build-push-action.git
				synced 2025-11-04 08:20:55 +00:00 
			
		
		
		
	src: fix error message
This commit is contained in:
		
					parent
					
						
							
								3b96b27fed
							
						
					
				
			
			
				commit
				
					
						5ac445ae84
					
				
			
		
					 3 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								dist/index.js
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
										
									
										generated
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										2
									
								
								dist/index.js.map
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js.map
									
										
									
										generated
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -204,7 +204,7 @@ export async function startAndConfigureBuildkitd(parallelism: number): Promise<s
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  if (!fs.existsSync('/run/buildkit/buildkitd.sock')) {
 | 
					  if (!fs.existsSync('/run/buildkit/buildkitd.sock')) {
 | 
				
			||||||
    throw new Error('buildkitd socket not found after 15s timeout');
 | 
					    throw new Error('buildkitd socket not found after 30s timeout');
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  // Check that buildkit instance is ready by querying workers for up to 30s
 | 
					  // Check that buildkit instance is ready by querying workers for up to 30s
 | 
				
			||||||
  const startTimeBuildkitReady = Date.now();
 | 
					  const startTimeBuildkitReady = Date.now();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue