feat: add lint, build, test, push pipeline with SHA-pinned actions #3

Merged
jcabillot merged 3 commits from feat/gitea-actions-v2 into master 2026-06-08 16:47:24 -04:00

3 Commits

Author SHA1 Message Date
opencodecabilloteu 4d33657ea1 fix: replace echo with printf to avoid SC2028
Docker Build and Push / lint (pull_request) Successful in 5s
Docker Build and Push / build (pull_request) Successful in 1m23s
Docker Build and Push / test (pull_request) Successful in 22s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 20:40:51 +00:00
opencodecabilloteu d9b462b6e8 fix: unquote EXPOSE to satisfy hadolint parser
Docker Build and Push / lint (pull_request) Failing after 8s
Docker Build and Push / build (pull_request) Successful in 1m22s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
2026-06-08 19:53:15 +00:00
opencodecabilloteu a1d6f90967 feat: add lint, build, test, push pipeline with SHA-pinned actions
Docker Build and Push / lint (pull_request) Failing after 9s
Docker Build and Push / build (pull_request) Successful in 2m7s
Docker Build and Push / test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Split single build job into 4 jobs: lint, build, test, push
- SHA-pin all actions for supply chain security
- Use ChristopherHX artifact actions (Gitea-compatible)
- Add tests/test.sh with Docker bridge gateway networking
- Add hadolint ignore for apt/brace patterns
2026-06-08 19:41:56 +00:00