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'