From dffc5a151e6eba873d115bae4d98a25cc55fcd06 Mon Sep 17 00:00:00 2001 From: Mathias Beaulieu-Duncan Date: Tue, 3 Feb 2026 04:02:38 -0500 Subject: [PATCH] Note Gitea/GitHub Actions cross-compatibility Co-Authored-By: Claude Opus 4.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0c095..730043f 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ COPY --from=build /app/build/linux/arm64/release/bundle /app ENTRYPOINT ["/app/my_app"] ``` -## CI/CD (Gitea Actions) +## CI/CD (Gitea/GitHub Actions) ```yaml jobs: