Fixup: generate inputs-outputs.ts from action.yml

This commit is contained in:
James Addison 2021-10-06 18:24:16 +01:00
parent 01a173561c
commit b280cee6e7
2 changed files with 9 additions and 6 deletions

View file

@ -56,6 +56,9 @@ inputs:
archs:
description: 'Alias for "arch". "arch" takes precedence if both are set.'
required: false
platform:
description: 'Label the image with this PLATFORM, instead of defaulting to the host platform.'
required: false
extra-args:
description: |
Extra args to be passed to buildah bud.

View file

@ -12,12 +12,6 @@ export enum Inputs {
* Default: None.
*/
ARCHS = "archs",
/**
* Label the image with this PLATFORM, instead of defaulting to the host platform.
* Required: false
* Default: None.
*/
PLATFORM = "platform",
/**
* The base image to use to create a new container image
* Required: false
@ -91,6 +85,12 @@ export enum Inputs {
* Default: "false"
*/
OCI = "oci",
/**
* Label the image with this PLATFORM, instead of defaulting to the host platform.
* Required: false
* Default: None.
*/
PLATFORM = "platform",
/**
* The port to expose when running containers based on image
* Required: false