.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
|
||||
run: |
|
||||
docker pull linuxbrew/brew
|
||||
docker pull homebrew/brew
|
||||
docker-compose -f Dockerfile.yml build sut
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
cache_from:
|
||||
- linuxbrew/brew
|
||||
- homebrew/brew
|
||||
args:
|
||||
- FORCE_REBUILD=1
|
||||
command:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user