fix: modernize docker publishing

This commit is contained in:
2026-04-29 09:14:33 +00:00
parent 44ce9c8900
commit d694ada320
7 changed files with 330 additions and 45 deletions
+5 -2
View File
@@ -9,7 +9,9 @@
"start": "node --max_old_space_size=1000 cli.js",
"startTs": "node cli.ts.js",
"test": "(tstest test/)",
"build": "(tsbuild)"
"build": "(tsbuild)",
"build:docker": "tsdocker build --verbose",
"release:docker": "tsdocker push --verbose"
},
"repository": {
"type": "git",
@@ -47,11 +49,12 @@
"@push.rocks/smartshell": "^3.3.8",
"@push.rocks/smartstring": "^4.0.2",
"@push.rocks/taskbuffer": "^8.0.2",
"@serve.zone/interfaces": "^5.4.4",
"@serve.zone/interfaces": "^5.4.6",
"@tsclass/tsclass": "^9.5.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsdocker": "^2.2.4",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"