Skip to content

Commit 4c44c02

Browse files
committed
build base image first
1 parent 77dbd61 commit 4c44c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/selfdrive_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
submodules: true
405405
- name: Build docker container
406406
run: |
407-
docker pull $DOCKER_REGISTRY/$BASE_IMAGE:latest || true
407+
eval "$BUILD"
408408
docker pull $DOCKER_REGISTRY/openpilot-docs:latest || true
409409
DOCKER_BUILDKIT=1 docker build --cache-from $DOCKER_REGISTRY/openpilot-docs:latest -t $DOCKER_REGISTRY/openpilot-docs:latest -f docs/docker/Dockerfile .
410410
- name: Push docker container

0 commit comments

Comments
 (0)