Some checks failed
Check Case Normalization / Build image using Buildah (push) Failing after 1s
CI checks / Run ESLint (push) Failing after 1s
CI checks / Check Distribution (push) Failing after 0s
CI checks / Check Input and Output enums (push) Failing after 0s
Build with docker/metadata-action / Build image with Containerfile (push) Failing after 2s
Build with docker/metadata-action / Build image without Containerfile (push) Failing after 1s
Link checker / Check links in markdown (push) Failing after 1s
Multiarch build / Build multi-platform image using Containerfile (push) Has been cancelled
Multiarch build / Build multi-architecture image from scratch (push) Has been cancelled
Multiarch build / Build multi-architecture image using Containerfile (push) Has been cancelled
Build / Build image using Buildah (push) Failing after 1s
Build from containerfile / Build image using Buildah (push) Failing after 1s
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "buildah-build",
|
|
"version": "1.0",
|
|
"engines": {
|
|
"node": "20"
|
|
},
|
|
"description": "Action for building OCI-compatible images using buildah",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://philome.mooo.com/code/Philome/buildah-build"
|
|
},
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc -p .",
|
|
"bundle": "ncc build src/index.ts --source-map --minify",
|
|
"clean": "rm -rf out/ dist/",
|
|
"lint": "eslint . --max-warnings=0",
|
|
"generate-ios": "npx action-io-generator -w -o ./src/generated/inputs-outputs.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "Phil, based on Red Hat",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "1.10.1",
|
|
"@actions/exec": "1.1.1",
|
|
"@actions/io": "1.1.3",
|
|
"ini": "4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@redhat-actions/action-io-generator": "1.5.0",
|
|
"@redhat-actions/eslint-config": "1.3.2",
|
|
"@redhat-actions/tsconfig": "1.2.0",
|
|
"@types/ini": "1.3.31",
|
|
"@types/node": "^20.0",
|
|
"@typescript-eslint/eslint-plugin": "6.7.3",
|
|
"@typescript-eslint/parser": "6.7.3",
|
|
"@vercel/ncc": "0.38.0",
|
|
"eslint": "8.50.0",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|