Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix rootless Buildah mount prob. in Github Actions
Due to a recent change in Buildah and a configuration error in the Github virtual environment, Buildah cannot mount layers in rootless mode. This patch fixes the problem by explicitly specifying the correct mount program to use, as suggested in [this bug report](actions/runner-images#3080).
- Loading branch information