docker / setup-buildx-action

GitHub Action to set up Docker Buildx
https://github.com/marketplace/actions/docker-setup-buildx
Apache License 2.0
906 stars 142 forks source link

context: only append flags if we know the driver supports them #241

Closed nicks closed 1 year ago

nicks commented 1 year ago

Background: before this change, if i tried to use GHA with an experimental driver, it would automatically append the flags

    --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host

even if the underlying driver did not support them.