From 98a77e6a69225a6d2a80eac7ddc28987eb2c8242 Mon Sep 17 00:00:00 2001 From: fly6516 Date: Wed, 1 Jan 2025 01:14:21 +0800 Subject: [PATCH] ci: del cache for docker image --- .gitea/workflows/main.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 53f8f69..46a66ab 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -10,14 +10,14 @@ jobs: runs-on: ubuntu-latest steps: - # Cache Docker layers - - name: Cache Docker image layers - uses: http://fly6516.synology.me:4000/Gitea_Action/cache@v3 - with: - path: /tmp/.buildkit-cache - key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }} - restore-keys: | - ${{ runner.os }}-docker- +# # Cache Docker layers +# - name: Cache Docker image layers +# uses: http://fly6516.synology.me:4000/Gitea_Action/cache@v3 +# with: +# path: /tmp/.buildkit-cache +# key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }} +# restore-keys: | +# ${{ runner.os }}-docker- # Checkout the repository - name: Checkout repository