• v0.2.0 e7c4c931ee

    ci(release): add tag-triggered image build & push to Gitea registry
    Release / build-and-push (push) Failing after 3m56s

    john-okeefe released this 2026-07-29 16:53:43 -04:00 | 140 commits to main since this release

    Adds .gitea/workflows/release.yml. On a v* git tag push (or manual dispatch), builds the Dockerfile and publishes to git.linuxhg.com/bookhoard/bookhoard under two tags: the version (${{ gitea.ref_name }}) and 'latest'. Auth uses the auto-provided GITHUB_TOKEN; no secret to manage. Pushes to main do nothing, so work-in-progress commits never ship.

    Downloads