mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Add support for annotations
as an action input.
This commit is contained in:
parent
7a95fa7ee0
commit
2d3449ca18
8 changed files with 39 additions and 5 deletions
|
@ -15,6 +15,9 @@ inputs:
|
|||
labels:
|
||||
description: 'The labels of the image to build. Seperate by newline. For example, "io.containers.capabilities=sys_admin,mknod".'
|
||||
required: false
|
||||
annotations:
|
||||
description: 'The annotations of the image to build. Seperate by newline. For example, "org.opencontainers.image.version=1.5.6". Only supported by OCI images.'
|
||||
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