build base image first

pull/23262/head
Willem Melching 3 years ago
parent 77dbd61098
commit 4c44c02ffb
  1. 2
      .github/workflows/selfdrive_tests.yaml

@ -404,7 +404,7 @@ jobs:
submodules: true
- name: Build docker container
run: |
docker pull $DOCKER_REGISTRY/$BASE_IMAGE:latest || true
eval "$BUILD"
docker pull $DOCKER_REGISTRY/openpilot-docs:latest || true
DOCKER_BUILDKIT=1 docker build --cache-from $DOCKER_REGISTRY/openpilot-docs:latest -t $DOCKER_REGISTRY/openpilot-docs:latest -f docs/docker/Dockerfile .
- name: Push docker container

Loading…
Cancel
Save