From 1daf84e954d0961fac94f0730439c75905f965ee Mon Sep 17 00:00:00 2001 From: liqiang-fit2cloud Date: Tue, 24 Jun 2025 19:46:38 +0800 Subject: [PATCH] build: reuse v1.0.1 image. --- .github/workflows/build-and-push-vector-model.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/build-and-push-vector-model.yml b/.github/workflows/build-and-push-vector-model.yml index b9ec5fa53..925b2ef37 100644 --- a/.github/workflows/build-and-push-vector-model.yml +++ b/.github/workflows/build-and-push-vector-model.yml @@ -21,20 +21,6 @@ jobs: build-and-push-vector-model-to-ghcr: runs-on: ubuntu-latest steps: - - name: Check Disk Space - run: df -h - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - tool-cache: true - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true - - name: Check Disk Space - run: df -h - name: Checkout uses: actions/checkout@v4 with: