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: