mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
add missing files for the action
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
7cfe2a742f
commit
ce541b4331
8 changed files with 3989 additions and 3 deletions
25
action.yml
Normal file
25
action.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
name: 'Test Action'
|
||||
description: 'This action allows you to build an image from your app'
|
||||
author: 'Luca'
|
||||
branding:
|
||||
icon: circle
|
||||
color: red
|
||||
inputs:
|
||||
new-image-name:
|
||||
description: 'Name of the new image that will be created'
|
||||
required: true
|
||||
base-image:
|
||||
description: 'Base image to use'
|
||||
required: false
|
||||
content:
|
||||
description: 'The content to copy inside the base image'
|
||||
required: true
|
||||
entrypoint:
|
||||
description: 'Entrypoint'
|
||||
required: true
|
||||
port:
|
||||
description: 'Port'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
Loading…
Add table
Add a link
Reference in a new issue