feat(gitea): update to version 1.0.1 with improved binary path handling and enhanced error reporting

This commit is contained in:
Martin Tahiraj
2026-04-02 10:39:37 +02:00
parent bc2fbe7f5b
commit 209a47b043
4 changed files with 27 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 1.0.1 - 2026-04-02
- fix: act_runner binary path — official image places binary at `/act_runner`, not `/usr/local/bin/act_runner`
- fix: Dockerfile now symlinks `/act_runner``/usr/local/bin/act_runner` at build time
- fix: run.sh now auto-detects binary location at runtime as a fallback safety net
## 1.0.0 - 2026-04-01
- Initial release