mirror of
https://github.com/docker/setup-buildx-action.git
synced 2025-05-08 07:29:30 +02:00
Allow daemon side entitlements by default
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
5636be6c3b
commit
f8a909f091
4 changed files with 7 additions and 3 deletions
|
@ -19,6 +19,7 @@ inputs:
|
|||
required: false
|
||||
buildkitd-flags:
|
||||
description: 'Flags for buildkitd daemon'
|
||||
default: '--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host'
|
||||
required: false
|
||||
install:
|
||||
description: 'Sets up docker build command as an alias to docker buildx'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue