Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/setup-buildx-action Loading
base: ecf95283f03858871ff00b787d79c419715afc34
Choose a base ref
...
head repository: docker/setup-buildx-action Loading
compare: 16c0bc4a6e6ada2cfd8afd41d22d95379cf7c32a
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 28, 2023

  1. context: only append flags if we know the driver supports them

    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.
    
    Signed-off-by: Nick Santos <[email protected]>
    nicks committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    922550f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #241 from nicks/nicks/driver

    context: only append flags if we know the driver supports them
    crazy-max committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a56031a View commit details
    Browse the repository at this point in the history
  3. Bump @docker/actions-toolkit from 0.5.0 to 0.6.0

    Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.5.0 to 0.6.0.
    - [Release notes](https://github.com/docker/actions-toolkit/releases)
    - [Commits](docker/actions-toolkit@v0.5.0...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@docker/actions-toolkit"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    496a823 View commit details
    Browse the repository at this point in the history
  4. update generated content

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    ebcacb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #242 from docker/dependabot/npm_and_yarn/docker/ac…

    …tions-toolkit-0.6.0
    
    Bump @docker/actions-toolkit from 0.5.0 to 0.6.0
    crazy-max committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    16c0bc4 View commit details
    Browse the repository at this point in the history
Loading