buildah-build/action.yml
Luca Stocchi 1196e988b8
readme + cleaning
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
2020-11-13 15:20:53 +01:00

31 lines
No EOL
705 B
YAML

name: 'Buildah Action'
description: 'This action allows you to build an image from your app'
author: 'Red Hat'
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: true
working-dir:
description: 'Working directory'
required: false
envs:
description: 'envs'
required: false
runs:
using: 'node12'
main: 'dist/index.js'