Skip to content

Commit

Permalink
pull base image
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 18, 2020
1 parent 0dd9470 commit 243a65f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 243a65f

Please sign in to comment.