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 c3c99ad6c4 - Show all commits
+1 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc --project .",
"build": "tsc -p .",
"start": "node dist/index.js",
"lint": "eslint src --ext .ts",
"typecheck": "tsc --noEmit",