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/actions-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.79.0
Choose a base ref
...
head repository: docker/actions-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.81.0
Choose a head ref
  • 17 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 4, 2026

  1. github: update .github/buildx-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    tonistiigi authored and github-actions[bot] committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    3d448bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1008 from docker/bot/buildx-releases-json

    Update `.github/buildx-releases.json`
    tonistiigi authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    9998df7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. buildx(imagetools): implement create func with metadata parsing

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    91a5724 View commit details
    Browse the repository at this point in the history
  2. update buildkit to 0.28.0 and buildx to 0.32.1

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 5, 2026
    Configuration menu
    Copy the full SHA
    61c3c53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1007 from crazy-max/buildkit-0.28.0

    update buildkit to 0.28.0 and buildx to 0.32.1
    crazy-max authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    a30e0f5 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump docker/bake-action from 6 to 7

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6 to 7.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    211c9b2 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump docker/setup-buildx-action from 3 to 4

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    c16b4fd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. github: update .github/docker-releases.json

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    crazy-max authored and github-actions[bot] committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    abe7883 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1012 from docker/bot/docker-releases-json

    Update `.github/docker-releases.json`
    crazy-max authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    1ff078d View commit details
    Browse the repository at this point in the history
  3. ci: switch to matrix subaction

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    960acb2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1010 from docker/dependabot/github_actions/docker…

    …/bake-action-7
    
    build(deps): bump docker/bake-action from 6 to 7
    crazy-max authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    ee671ae View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1011 from docker/dependabot/github_actions/docker…

    …/setup-buildx-action-4
    
    build(deps): bump docker/setup-buildx-action from 3 to 4
    crazy-max authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    3c25c1e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1009 from crazy-max/imagetools-create

    buildx(imagetools): implement create func with metadata parsing
    crazy-max authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    09c0f6a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. build: git context query format support

    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    3bb4ae3 View commit details
    Browse the repository at this point in the history
  2. buildx(imagetools): add skip support and configurable create command …

    …silence
    
    Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
    crazy-max committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    d92ed04 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1013 from crazy-max/imagetools-silent

    buildx(imagetools): add skip support and configurable create command silence
    crazy-max authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    8696544 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #809 from crazy-max/git-query-url

    build: git context query format support
    crazy-max authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    b732db2 View commit details
    Browse the repository at this point in the history
Loading