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

Refactor inputs to support docker/metadata-action #76

Closed ntkme closed 2 years ago

ntkme commented 2 years ago

This PR adds support for docker/metadata-action@v2. See #74.

Description

Support tags input in full image name form. When full image name form is used, input image would be optional.

Related Issue(s)

Closes #74

Checklist

Changes made

divyansh42 commented 2 years ago

Do you want to update/improve the documentation to clearly explain the changes? (In the same way, suggested at https://github.com/redhat-actions/push-to-registry/pull/50#issuecomment-937981210)

ntkme commented 2 years ago

@tetchel Done with refactoring and added documentation. PTAL. Thanks!

tetchel commented 2 years ago

lgtm, i'm going to hold this until the PTR one is approved too and then we can merge both and make sure they make sense together.