.github/workflows/tests: use homebrew/brew docker image.

This has replaced the linuxbrew/brew one.
This commit is contained in:
Mike McQuaid 2019-10-09 21:12:11 +01:00
parent 1f924db7f3
commit 9a5f54c0c3
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -5,7 +5,7 @@ services:
build:
context: .
cache_from:
- linuxbrew/brew
- homebrew/brew
args:
- FORCE_REBUILD=1
command: