From 877db194c22b908f20a86df41e0812fb7764f0be Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Sat, 8 Nov 2025 10:22:23 +1030 Subject: [PATCH] tabs --- .gitea/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4250662..24fb195 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,12 +25,12 @@ jobs: echo "lowercase=$lower_value" >> $GITHUB_OUTPUT - name: Cache Docker layers - uses: actions/cache@v3 - with: - path: /tmp/.buildx-cache - key: ${{ runner.os }}-buildx-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-buildx- + uses: actions/cache@v3 + with: + path: /tmp/.buildx-cache + key: ${{ runner.os }}-buildx-${{ github.sha }} + restore-keys: | + ${{ runner.os }}-buildx- - name: Build image id: build