ci: add Gitea Actions workflow for Docker build and registry push

Adds a CI pipeline that builds the Docker image and pushes it to the
Gitea container registry on every push to master. Includes .dockerignore
to keep the build context lean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 14:30:19 -06:00
parent 77d1bc4a25
commit 093f7aa55e
2 changed files with 64 additions and 0 deletions

15
.dockerignore Normal file
View File

@@ -0,0 +1,15 @@
.git
.gitignore
.env
.env.example
data/
docs/
tests/
alembic/
*.md
*.lock
.claude/
.gitea/
__pycache__
*.pyc
docker-compose.yaml