Files
stack/.gitea/workflows
kert d76e264953
All checks were successful
CI / lint-test (push) Successful in 1m25s
Deploy / build-scan-report (push) Successful in 3m16s
merge build+scan+report into single job, drop artifacts
actions/upload-artifact@v4 doesn't work on Gitea (GHES error).
No need for multi-job — all steps share the same Docker socket
so local/name:build images are visible throughout. Single
build-scan-report job: build → push → scan → report.

Zero GitHub Actions used in the Gitea backend now:
- crane for daemonless push
- trivy binary for local image scan
- uv via install script
- plain docker build via socket
2026-03-23 23:23:17 -04:00
..