-
ci(release): add tag-triggered image build & push to Gitea registry
Release / build-and-push (push) Failing after 3m56sreleased this
2026-07-29 16:53:43 -04:00 | 140 commits to main since this releaseAdds .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