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

Fail the action if input image contains any `/` in it's name #54

Closed divyansh42 closed 3 years ago

divyansh42 commented 3 years ago

Similar to https://github.com/redhat-actions/push-to-registry/issues/38, as push-to-registry action uses output from this action. So, this behaviour should be present in this action too.

Proper documentation needs to be done for this.

divyansh42 commented 3 years ago

It doesn't seems to be useful here.