mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
* add support for building images with docker files (#4) Signed-off-by: Luca Stocchi <lstocchi@redhat.com> * fix issues when building image with dockerfile Signed-off-by: Luca Stocchi <lstocchi@redhat.com> * update readme Signed-off-by: Luca Stocchi <lstocchi@redhat.com> * Update README.md Co-authored-by: Divyanshu Agrawal <diagrawa@redhat.com> Co-authored-by: Divyanshu Agrawal <diagrawa@redhat.com>
This commit is contained in:
parent
329be0a470
commit
deaddbe502
7 changed files with 137 additions and 43 deletions
|
@ -9,6 +9,7 @@
|
|||
"rootDir": ".",
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"scripts"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue