mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Fix buildah issue of using overlay as storage driver
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
65f18d484c
commit
67f10fa66b
9 changed files with 81 additions and 14 deletions
|
@ -16,6 +16,9 @@ export async function run(): Promise<void> {
|
|||
// print buildah version
|
||||
await cli.execute([ "version" ]);
|
||||
|
||||
// Check if fuse-overlayfs exists and find the storage driver
|
||||
await cli.checkFuseOverlayfs();
|
||||
|
||||
const DEFAULT_TAG = "latest";
|
||||
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
||||
const dockerFiles = getInputList(Inputs.DOCKERFILES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue