Rename to buildah-build

Signed-off-by: Tim Etchells <tetchell@redhat.com>
This commit is contained in:
Tim Etchells 2020-11-23 13:27:19 -05:00
parent 4373525da7
commit 4e70c85f52
5 changed files with 16 additions and 10 deletions

View file

@ -1,7 +1,11 @@
{
"name": "buildah-action",
"name": "buildah-build",
"version": "0.0.1",
"description": "Action for building OCI-compatible images using buildah",
"repository": {
"type": "git",
"url": "https://github.com/redhat-actions/buildah-build"
},
"main": "dist/index.js",
"scripts": {
"compile": "tsc -p .",