mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #1863] ci: Add Docker build workflow to test all image variants #2635
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1863
State: closed
Merged: Yes
Summary
minimal: Basic CCExtractor without OCRocr: CCExtractor with Tesseract OCR support (default)hardsubx: CCExtractor with burned-in subtitle extraction (FFmpeg)Changes
.github/workflows/build_docker.ymlHow it works
Each job:
USE_LOCAL_SOURCE=1(local source, not git clone)ccextractor --versionto verify the image worksTest plan
--version🤖 Generated with Claude Code