chore: Update Dockerfile to use GitHub Container Registry for image build and push

This commit is contained in:
Anduin
2024-06-03 12:21:36 +00:00
parent 1b36e5330f
commit 4698eea6e3
13 changed files with 1167 additions and 52 deletions

View File

@@ -13,6 +13,12 @@
"chinese",
"dishes"
],
"scripts": {
"manuallint": "node .github/manual_lint.js",
"textlint": "textlint . --fix",
"markdownlint": "markdownlint ./dishes ./tips",
"lint": "npm run textlint && npm run markdownlint && npm run manuallint"
},
"author": "Anduin2017",
"license": "Unlicense",
"bugs": {
@@ -22,7 +28,8 @@
"dependencies": {
"textlint": "^12.1.0",
"textlint-rule-ja-space-between-half-and-full-width": "^2.2.0",
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0"
"textlint-rule-zh-half-and-full-width-bracket": "^1.1.0",
"markdownlint-cli":"0.41.0"
},
"devDependencies": {
"glob": "^7.2.0"