redhat-actions / buildah-build

GitHub Action to use 'buildah' to build a container image.
https://github.com/marketplace/actions/buildah-build
MIT License
136 stars 35 forks source link

Add support for `annotations` as an action input. #135

Open AshCorr opened 3 months ago

AshCorr commented 3 months ago

Description

OCI image specification and Buildah supports Annotations in addition to Labels. Repositories such as GHCR rely on OCI Annotations for displaying image metadata like Description and Title about their UIs.

Related Issue(s)

Resolves #127

Checklist

Changes made