mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Resolve reviews
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
14aeab7d17
commit
6c8dd380f7
5 changed files with 37 additions and 16 deletions
|
@ -17,7 +17,7 @@ export async function run(): Promise<void> {
|
|||
await cli.execute([ "version" ]);
|
||||
|
||||
// Check if fuse-overlayfs exists and find the storage driver
|
||||
await cli.checkFuseOverlayfs();
|
||||
await cli.setStorageOptsEnv();
|
||||
|
||||
const DEFAULT_TAG = "latest";
|
||||
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue