diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 09656baf094af9..b5c395c325a566 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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