5 Commits

Author SHA1 Message Date
177343fdbb feat(ci): push to Gitea container registry
Requires Docker on runner and REGISTRY_TOKEN secret configured.
Pushes to git.prettyhefty.com/bill/ffmpeg-worker with version tags.
2025-11-30 22:43:27 -05:00
830715abb3 fix(ci): skip docker if unavailable, no latest tag for prereleases
All checks were successful
Test and Build / test (push) Successful in 1m33s
Test and Build / build (push) Successful in 8s
Gitea: Skip docker build gracefully if docker command not available
GitHub: Only tag as latest for stable releases (not alpha/beta/rc)
2025-11-30 22:36:03 -05:00
291d0e78df fix(ci): handle missing sudo on Gitea, push to ghcr.io on GitHub
Some checks failed
Test and Build / test (push) Successful in 1m34s
Test and Build / build (push) Failing after 8s
Gitea: Try ffmpeg, then sudo apt-get, then apt-get without sudo
GitHub: Login to ghcr.io and push tagged image to container registry
2025-11-30 18:32:55 -05:00
7a852607e6 fix(ci): use curl to install uv for Gitea compatibility
Some checks failed
Test and Build / test (push) Failing after 14s
Test and Build / build (push) Has been skipped
2025-11-30 18:29:31 -05:00
7344991347 ci: add GitHub and Gitea workflows for version tag releases
Some checks failed
Test and Build / test (push) Failing after 48s
Test and Build / build (push) Has been skipped
Workflows trigger on v*.*.* tags, run tests with pytest, and build
Docker image tagged with version number.
2025-11-30 18:22:55 -05:00