Skip to content

chore: bump docker/bake-action from 4 to 7#79

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/bake-action-7
Open

chore: bump docker/bake-action from 4 to 7#79
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/docker/bake-action-7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 25, 2026

Bumps docker/bake-action from 4 to 7.

Release notes

Sourced from docker/bake-action's releases.

v7.0.0

Full Changelog: docker/bake-action@v6.10.0...v7.0.0

v6.10.0

Full Changelog: docker/bake-action@v6.9.0...v6.10.0

v6.9.0

[!IMPORTANT] docker/bake-action/subaction/list-targets is deprecated and will be removed in a future release. Please use docker/bake-action/subaction/matrix instead.

Full Changelog: docker/bake-action@v6.8.0...v6.9.0

v6.8.0

[!NOTE] Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/bake-action@v6.7.0...v6.8.0

v6.7.0

[!NOTE] Build record is now exported using the buildx history export command instead of the legacy export-build tool.

... (truncated)

Commits
  • 8249049 Merge pull request #365 from crazy-max/context-input
  • 7017b89 chore: update generated content
  • 8e8fbbb merge workdir into source input
  • 471133c Merge pull request #386 from crazy-max/rm-deprecated-envs
  • f4a2547 chore: update generated content
  • 04d8281 remove deprecated envs
  • 8fdd4fb Merge pull request #388 from docker/dependabot/github_actions/docker/setup-qe...
  • 549b427 Merge pull request #389 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • a22e8b4 chore: update generated content
  • 325dda5 chore(deps): Bump @​docker/actions-toolkit from 0.78.0 to 0.79.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 7.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4...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 dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 25, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.


- name: Build with bake
uses: docker/bake-action@v4
uses: docker/bake-action@v7
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing source input breaks dynamically generated bake file

High Severity

Bumping docker/bake-action from v4 to v7 introduces a breaking change: v6+ defaults to Git context instead of local path context. The docker-bake.hcl file is dynamically created in a preceding run step and doesn't exist in the repository. With Git context, BuildKit clones from the Git reference and ignores local file mutations, so the generated file won't be found and the build will fail. Adding source: . to the with: block is needed to restore local path context behavior.

Additional Locations (1)
Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants