mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Add 'labels' input (#80)
This commit is contained in:
parent
88ef72ac21
commit
c06a2c4759
8 changed files with 167 additions and 14 deletions
|
@ -73,6 +73,12 @@ export enum Inputs {
|
|||
* Default: None.
|
||||
*/
|
||||
IMAGE = "image",
|
||||
/**
|
||||
* The labels of the image to build. Seperate by newline. For example, "io.containers.capabilities=sys_admin,mknod".
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
LABELS = "labels",
|
||||
/**
|
||||
* Set to true to cache intermediate layers during build process
|
||||
* Required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue