mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
Add 'labels' input (#80)
This commit is contained in:
parent
88ef72ac21
commit
c06a2c4759
8 changed files with 167 additions and 14 deletions
|
@ -12,6 +12,9 @@ inputs:
|
|||
description: 'The tags of the image to build. For multiple tags, seperate by whitespace. For example, "latest v1".'
|
||||
required: false
|
||||
default: latest
|
||||
labels:
|
||||
description: 'The labels of the image to build. Seperate by newline. For example, "io.containers.capabilities=sys_admin,mknod".'
|
||||
required: false
|
||||
base-image:
|
||||
description: 'The base image to use to create a new container image'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue