Claude Transcripts docs GitHub
Work in progressUnder active development — not tested as ready for use. Breaking changes land without notice, stored data may need to be discarded between revisions, and there is no auth or security model. These docs describe the intended design as much as the current state.

12. GitHub Actions + GHCR for releases

Date: 2026-06-07

Status

Accepted. Pins the CI system + registry for the tag-driven release model of ADR 0005 (which is unchanged).

Context

The release model (ADR 0005) is tag-driven: pushing a vX.Y.Z tag builds and publishes the single combined image (webapi + prebuilt webui SPA). This record pins which CI system and registry carry that out.

The project ships as a public GitHub repository, so its CI and registry are the ones GitHub provides — nothing external to provision, and images live next to the source.

Decision

Consequences