CI: simulator disable pull to save local space (#29517)

we don't need to pull since the image is different most of the time
old-commit-hash: ec5e3bef95
beeps
Justin Newberry 2 years ago committed by GitHub
parent 8a1e4d8575
commit e022ffe528
  1. 1
      .github/workflows/tools_tests.yaml

@ -64,7 +64,6 @@ jobs:
run: eval "$BUILD_CL"
- name: Build simulator image
run: |
docker pull $DOCKER_REGISTRY/$IMAGE_NAME:latest
DOCKER_BUILDKIT=1 docker build --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from $DOCKER_REGISTRY/$IMAGE_NAME:latest -t $DOCKER_REGISTRY/$IMAGE_NAME:latest -f tools/sim/Dockerfile.sim .
- name: Push to container registry
if: github.ref == 'refs/heads/master' && github.repository == 'commaai/openpilot'

Loading…
Cancel
Save