Skip to content

Commit

Permalink
allow filesystem entitlements by default
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Nov 22, 2024
1 parent 1417204 commit f7c125a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ actionsToolkit.run(
const buildCmd = await toolkit.buildx.getCommand(args);
const buildEnv = Object.assign({}, process.env, {
BUILDX_BAKE_GIT_AUTH_TOKEN: gitAuthToken,
BUILDX_METADATA_WARNINGS: 'true'
BUILDX_METADATA_WARNINGS: 'true',
BAKE_ALLOW_REMOTE_FS_ACCESS: 'true'
}) as {
[key: string]: string;
};
Expand Down

0 comments on commit f7c125a

Please sign in to comment.