Add Docker build & GHCR publish stage, fix CI workflows, update AGENTS.md and testing docs

Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/9d256101-34b6-4861-a8cf-7f86f32b54d5

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-29 10:23:49 +00:00
parent 5fa315c8e3
commit bab702a010
9 changed files with 183 additions and 316 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
from app.core.database import Base
from sqlalchemy import Boolean, Column, Integer, String
from sqlalchemy.orm import relationship
from app.core.database import Base
class User(Base):
"""User model"""