From 1a4f5536eb1c728fcdbc7e52b5409c2129ff47d1 Mon Sep 17 00:00:00 2001 From: sergio Date: Tue, 20 Jan 2026 15:31:06 +0100 Subject: [PATCH] rename step --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index e13f8b6..456d2f0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: echo "Event: ${{ gitea.event_name }}" >> $GITHUB_STEP_SUMMARY # PaddleOCR CPU image (amd64 only) - build_cpu: + build_paddle_ocr: runs-on: ubuntu-latest needs: essential steps: @@ -64,7 +64,7 @@ jobs: ${{ needs.essential.outputs.image_cpu }}:latest # PaddleOCR GPU image (amd64 only) - build_gpu: + build_paddle_ocr_gpu: runs-on: ubuntu-latest needs: essential steps: