feat(.gitea/workflows): Add GitHub Actions workflows for Docker build and test

This commit is contained in:
2024-12-29 14:14:46 +01:00
parent bec47150a3
commit 9de86bd382
17 changed files with 396 additions and 156 deletions
+4 -4
View File
@@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/coreflow.git"
"url": "https://code.foss.global/serve.zone/coreflow.git"
},
"keywords": [
"Docker",
@@ -49,9 +49,9 @@
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/coreflow/issues"
"url": "https://gitlab.com/losslessone/services/servezone/coreflow/issues"
},
"homepage": "https://gitlab.com/pushrocks/coreflow#readme",
"homepage": "https://gitlab.com/losslessone/services/servezone/coreflow#readme",
"devDependencies": {
"@git.zone/tsbuild": "^2.2.0",
"@git.zone/tsrun": "^1.3.3",
@@ -100,4 +100,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}