fix issue when finding language-image file

Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
Luca Stocchi 2020-11-13 12:55:02 +01:00
parent 3043388d5b
commit 2168b4e067
No known key found for this signature in database
GPG key ID: 930BB00F3FCF30A4
6 changed files with 15 additions and 5 deletions

View file

@ -1 +1,8 @@
In testing
# buildah
Buildah is a GitHub Action for building OCI-compatible (Docker- and Kubernetes-compatible) images quickly and easily.
Buildah action works only on Linux distributions, and it is not supported on Windows or Mac platforms at this time.
Note that GitHub's [Ubuntu Environments](https://github.com/actions/virtual-environments#available-environments) (ubuntu-20.04 and ubuntu-18.04) come with buildah 1.17.0 installed. So, if you are not using those Ubuntu environments you need to make sure to install buildah tool in an early step.