build base image first

pull/23262/head
Willem Melching 2022-01-04 16:21:19 +01:00
parent 77dbd61098
commit 4c44c02ffb
1 changed files with 1 additions and 1 deletions

View File

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