.github/workflows/tests: use homebrew/brew docker image.
This has replaced the linuxbrew/brew one.
This commit is contained in:
		
							parent
							
								
									1f924db7f3
								
							
						
					
					
						commit
						9a5f54c0c3
					
				
							
								
								
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							@ -24,7 +24,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    - name: Build Docker image
 | 
					    - name: Build Docker image
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        docker pull linuxbrew/brew
 | 
					        docker pull homebrew/brew
 | 
				
			||||||
        docker-compose -f Dockerfile.yml build sut
 | 
					        docker-compose -f Dockerfile.yml build sut
 | 
				
			||||||
      if: matrix.os == 'ubuntu-latest'
 | 
					      if: matrix.os == 'ubuntu-latest'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,7 @@ services:
 | 
				
			|||||||
    build:
 | 
					    build:
 | 
				
			||||||
      context: .
 | 
					      context: .
 | 
				
			||||||
      cache_from:
 | 
					      cache_from:
 | 
				
			||||||
        - linuxbrew/brew
 | 
					        - homebrew/brew
 | 
				
			||||||
      args:
 | 
					      args:
 | 
				
			||||||
        - FORCE_REBUILD=1
 | 
					        - FORCE_REBUILD=1
 | 
				
			||||||
    command:
 | 
					    command:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user