From ec5e3bef956e3f6f2ba7bc1f1eb6e75b0563b987 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 21 Aug 2023 20:01:52 -0700 Subject: [PATCH] CI: simulator disable pull to save local space (#29517) we don't need to pull since the image is different most of the time --- .github/workflows/tools_tests.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index 86cfc279c5..5891d5207e 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.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'