You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments