mirror of
				https://github.com/docker/build-push-action.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	Merge pull request #83 from useblacksmith/print-api-url
src: print api url in debug info
This commit is contained in:
		
				commit
				
					
						d0a5da09cc
					
				
			
		
					 3 changed files with 3 additions and 2 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
											
										
									
								
							| 
						 | 
					@ -15,6 +15,7 @@ const createBlacksmithAPIClient = () => {
 | 
				
			||||||
      ? 'https://stagingapi.blacksmith.sh' 
 | 
					      ? 'https://stagingapi.blacksmith.sh' 
 | 
				
			||||||
      : 'https://api.blacksmith.sh'
 | 
					      : 'https://api.blacksmith.sh'
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
					  core.debug(`Using Blacksmith API URL: ${apiUrl}`);
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  const client = axios.create({
 | 
					  const client = axios.create({
 | 
				
			||||||
    baseURL: apiUrl,
 | 
					    baseURL: apiUrl,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue