mirror of https://github.com/commaai/panda.git
pull base image
This commit is contained in:
parent
0dd9470af5
commit
243a65f30c
|
@ -73,6 +73,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Build docker image
|
||||
run: |
|
||||
docker pull $(grep -ioP '(?<=^from)\s+\S+' tests/build/Dockerfile.panda) || true
|
||||
docker pull docker.io/commaai/panda_esp:latest || true
|
||||
docker build --cache-from docker.io/commaai/panda_esp:latest -t panda_esp -f tests/build/Dockerfile.panda_esp .
|
||||
- name: Build ESP image
|
||||
|
|
Loading…
Reference in New Issue