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

[BUG] Input `workDir` is not used in the action #46

Closed divyansh42 closed 3 years ago

divyansh42 commented 3 years ago

In the code input workDir is not used at all. This should be used in building image without Dockerfile. and according to README, input context is applicable for building image without Dockerfile, but it shouldn't be there (as buildah doesn't have anything like context for non Dockerfile build).