Add support for annotations as an action input.

This commit is contained in:
Ashleigh Carr 2024-04-08 13:29:14 +01:00
parent 7a95fa7ee0
commit 2d3449ca18
No known key found for this signature in database
GPG key ID: 570A83001013E48B
8 changed files with 39 additions and 5 deletions

View file

@ -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