mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-18 00:21:22 +00:00
Fixup: generate inputs-outputs.ts from action.yml
This commit is contained in:
parent
01a173561c
commit
b280cee6e7
2 changed files with 9 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue