pull base image

This commit is contained in:
Adeeb Shihadeh 2020-05-17 20:44:10 -07:00
parent 0dd9470af5
commit 243a65f30c
1 changed files with 1 additions and 0 deletions

View File

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