mirror of
				https://github.com/docker/build-push-action.git
				synced 2025-11-04 00:10:55 +00:00 
			
		
		
		
	src: use port from env
This commit is contained in:
		
					parent
					
						
							
								a1b5443a1b
							
						
					
				
			
			
				commit
				
					
						11ec21ffed
					
				
			
		
					 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
											
										
									
								
							| 
						 | 
					@ -35,7 +35,7 @@ const createBlacksmithAPIClient = () => {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export function createBlacksmithAgentClient() {
 | 
					export function createBlacksmithAgentClient() {
 | 
				
			||||||
  const transport = createGrpcTransport({
 | 
					  const transport = createGrpcTransport({
 | 
				
			||||||
    baseUrl: 'http://192.168.127.1:5557',
 | 
					    baseUrl: `http://192.168.127.1:${process.env.BLACKSMITH_STICKY_DISK_GRPC_PORT || '5557'}`,
 | 
				
			||||||
    httpVersion: '2'
 | 
					    httpVersion: '2'
 | 
				
			||||||
  });
 | 
					  });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue