fix(ci): use REGISTRY_TOKEN for Docker push auth #24

Merged
The Dogfather merged 20 commits from gitea/migrate-workflows into dev 2026-05-21 01:26:30 +00:00
Showing only changes of commit 01069f8c6c - Show all commits
+1 -1
View File
@@ -16,7 +16,7 @@
}
},
"scripts": {
"build": "tsc",
"build": "tsc --project .",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit migrate",
"seed": "tsx src/seed.ts",