redhat-actions / buildah-build

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

Add 'labels' input #80

Closed ntkme closed 2 years ago

ntkme commented 2 years ago

This PR adds support for "labels" input to support automatically generated labels from docker/metadata-action

Checklist

Changes made

tetchel commented 2 years ago

is there any reason to split by newline instead of whitespace? can labels contain spaces?

ntkme commented 2 years ago

@tetchel The value of label may contain normal space characters. E.g. org.opencontainers.image.description=This your first repo!

ntkme commented 2 years ago

@divyansh42 Sure. Let me rebase first and add that.