Merge pull request #6571 from Homebrew/docker-homebrew
.github/workflows/tests: use homebrew/brew docker image.
This commit is contained in:
commit
241786ed56
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