Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
20 lines
480 B
JSON
20 lines
480 B
JSON
{
|
||
"name": "test-devops",
|
||
"version": "1.0.0",
|
||
"description": "尝试使用gitea搭建ci/cd流程,使用gitea actions 实现",
|
||
"type": "module",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"bundle": "npx rollup --config rollup.config.js"
|
||
},
|
||
"keywords": [],
|
||
"author": "",
|
||
"license": "ISC",
|
||
"dependencies": {
|
||
"@actions/core": "^1.11.1",
|
||
"@actions/github": "^6.0.0",
|
||
"@rollup/plugin-commonjs": "^28.0.2",
|
||
"@rollup/plugin-node-resolve": "^16.0.0"
|
||
}
|
||
}
|