add Gitea CI/CD workflows and Dockerfile
CI / go-tests (pull_request) Successful in 1m29s

CI runs go vet/build/test plus govulncheck on PRs. Build pushes a
latest/previous image to the Gitea registry on push to main, and
Release pushes a tag-matched image on git tags. Adapted from the
project-manager workflows.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-06 23:17:30 +01:00
co-authored by Claude Sonnet 5
parent 3bfb73d3b9
commit 551743176b
5 changed files with 166 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.git
.gitea
.gitignore
Dockerfile
.dockerignore
README.md
*.csv