mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Replace input dockerfiles with containerfiles (#69)
* Replace input dockerfiles with containerfiles Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
ab006ef445
commit
f9dfea0413
10 changed files with 106 additions and 76 deletions
|
@ -24,6 +24,12 @@ export enum Inputs {
|
|||
* Default: None.
|
||||
*/
|
||||
BUILD_ARGS = "build-args",
|
||||
/**
|
||||
* List of Containerfile paths (eg: ./Containerfile)
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
CONTAINERFILES = "containerfiles",
|
||||
/**
|
||||
* List of files/directories to copy inside the base image
|
||||
* Required: false
|
||||
|
@ -37,7 +43,7 @@ export enum Inputs {
|
|||
*/
|
||||
CONTEXT = "context",
|
||||
/**
|
||||
* List of Dockerfile paths (eg: ./Dockerfile)
|
||||
* Alias for "containerfiles". "containerfiles" takes precedence if both are set.
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue