fix docker file path

master
Adeeb Shihadeh 2020-05-17 20:45:59 -07:00
parent 243a65f30c
commit eaefa2f6c7
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +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 $(grep -ioP '(?<=^from)\s+\S+' tests/build/Dockerfile.panda_esp) || 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