feat: implement Gitea Actions CI workflow (.gitea/workflows/build.yaml) for go test, Docker build, and registry push #199
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?
Context
Roadmap Phase 3.4 specifies a Gitea Actions CI workflow that:
The act_runner is deployed (issue #161 closed). Registry secrets need to be configured (#171). This issue covers authoring the actual workflow file.
Tasks
Acceptance Criteria
Reference
Roadmap Phase 3.4
Triage: Assigned to @developer. The CI workflow already exists at
.gitea/workflows/build.yaml. This issue (#199) overlaps significantly with #204. If #204 is addressed first, verify the remaining gaps. The workflow already has go test + Docker build + registry push. Coordinate with #204 work. Priority: P2.This CI workflow already exists at
.gitea/workflows/build.yamland covers all requirements: go vet, go test -race on push/PR, Docker build+push on push to master with timestamp+SHA tagging. PR #207 (merged) also added the pull_request trigger. Closing as already implemented.