mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Replace dockerfiles with containerfiles
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
ab006ef445
commit
2f2d1a7280
10 changed files with 105 additions and 77 deletions
|
@ -1,5 +1,5 @@
|
|||
name: 'Buildah Build'
|
||||
description: 'Build a container image, with or without a Dockerfile'
|
||||
description: 'Build a container image, with or without a Containerfile'
|
||||
author: 'Red Hat'
|
||||
branding:
|
||||
icon: circle
|
||||
|
@ -15,8 +15,11 @@ inputs:
|
|||
base-image:
|
||||
description: 'The base image to use to create a new container image'
|
||||
required: false
|
||||
containerfiles:
|
||||
description: 'List of Containerfile paths (eg: ./Containerfile)'
|
||||
required: false
|
||||
dockerfiles:
|
||||
description: 'List of Dockerfile paths (eg: ./Dockerfile)'
|
||||
description: 'Alias for "containerfiles". "containerfiles" takes precedence if both are set.'
|
||||
required: false
|
||||
context:
|
||||
description: 'Path of the directory to use as context (default: .)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue