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

Skip manifest creation if single arch/platform is provided #88

Closed divyansh42 closed 2 years ago

divyansh42 commented 2 years ago

Signed-off-by: divyansh42 diagrawa@redhat.com

Description

If a single arch/platform is provided, then a normal image is built and it will not be pushed into a manifest.

Related Issue(s)

Close #87

Checklist

Changes made