feat: Add Docker containerization with Gitea Actions #2

Open
pat wants to merge 6 commits from ci/#1-dockerize-actions into main

6 Commits

Author SHA1 Message Date
Pat Teruel
625661938f ci: update workflows for Agent runner labels
Some checks failed
PR - Pull Request Validation / validate-pr-title (pull_request) Has been cancelled
PR - Pull Request Validation / validate-docker (pull_request) Has been cancelled
PR - Pull Request Validation / build-test (pull_request) Has been cancelled
PR - Pull Request Validation / check-files (pull_request) Has been cancelled
2025-12-30 23:37:29 +08:00
Pat Teruel
1364300ddd ci: prefix PR workflow steps and use Agent runner
Some checks failed
PR - Pull Request Validation / validate-pr-title (pull_request) Has been cancelled
PR - Pull Request Validation / validate-docker (pull_request) Has been cancelled
PR - Pull Request Validation / build-test (pull_request) Has been cancelled
PR - Pull Request Validation / check-files (pull_request) Has been cancelled
- rename PR workflow and steps with 'PR -' prefix
- switch PR jobs and build job to Agent runner label
2025-12-30 23:33:14 +08:00
Pat Teruel
9363f50fdd ci: simplify workflows to use docker CLI only
Some checks failed
Pull Request Validation / validate-pr-title (pull_request) Successful in 0s
Pull Request Validation / validate-docker (pull_request) Failing after 1s
Pull Request Validation / build-test (pull_request) Failing after 1s
Pull Request Validation / check-files (pull_request) Failing after 0s
- remove Node-based actions (checkout, buildx, login, build-push)
- rely on gitea workspace checkout and plain docker commands
- avoid Node requirement on self-hosted runner
2025-12-30 23:25:03 +08:00
Pat Teruel
319b78d2e6 ci: update workflows to use 'linux' runner label
Some checks failed
Pull Request Validation / validate-pr-title (pull_request) Successful in 0s
Pull Request Validation / validate-docker (pull_request) Failing after 11s
Pull Request Validation / build-test (pull_request) Failing after 1m13s
Pull Request Validation / check-files (pull_request) Failing after 1s
- Change runs-on from ubuntu-latest to linux to match runner labels
- Fixes workflow execution with thursday-macos runner
2025-12-30 21:32:25 +08:00
Pat Teruel
499d44ba38 ci: add PR validation workflow with Conventional Commits check
Some checks failed
Pull Request Validation / validate-pr-title (pull_request) Has been cancelled
Pull Request Validation / validate-docker (pull_request) Has been cancelled
Pull Request Validation / build-test (pull_request) Has been cancelled
Pull Request Validation / check-files (pull_request) Has been cancelled
- Add .gitea/workflows/pr-validation.yml with 4 validation jobs
- Validate PR titles follow Conventional Commits format
- Check Dockerfile and nginx.conf syntax
- Run integration tests (build image, test container, verify pages load)
- Verify required files exist and HTTrack artifacts excluded
- Update copilot-instructions.md with PR validation details
2025-12-30 21:24:27 +08:00
Pat Teruel
d6d3fe4d7f feat: Add Docker containerization with Gitea Actions 2025-12-30 21:18:32 +08:00