Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps docker/bake-action from 4 to 6.

Release notes

Sourced from docker/bake-action's releases.

v6.0.0

[!IMPORTANT] This major release uses the Git context to build from a remote bake definition by default like docker/build-push-action does to be consistent.

If you're using docker/metadata-action with bake and a remote bake definition, you need to set the cwd:// prefix to combine the remote one with the local one. More info: docker/bake-action#287

If you want to keep the old behavior using the Path context, you need to update your workflow and set source: .

Full Changelog: docker/bake-action@v5.11.0...v6.0.0

v5.13.0

Full Changelog: docker/bake-action@v5.12.0...v5.13.0

v5.12.0

Full Changelog: docker/bake-action@v5.11.0...v5.12.0

v5.11.0

list-targets subaction changes:

Full Changelog: docker/bake-action@v5.10.0...v5.11.0

v5.10.0

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

v5.9.0

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

v5.8.0

... (truncated)

Commits
  • 37816e7 Merge pull request #331 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • f530412 chore: update generated content
  • 4318518 set builder driver and endpoint attributes for dbc summary support
  • 0dc9342 move summary inputs sanitization to state helper
  • 64a5bce chore(deps): Bump @​docker/actions-toolkit from 0.61.0 to 0.62.1
  • 212c367 Merge pull request #325 from crazy-max/history-export-cmd
  • d1ecc3a chore: update generated content
  • ae6e8fe DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export
  • 57dcb4d Bump @​docker/actions-toolkit from 0.59.0 to 0.61.0
  • 76f9fa3 Merge pull request #316 from crazy-max/fix-no-default-attest
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [docker/bake-action](https://github.com/docker/bake-action) from 4 to 6.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](docker/bake-action@v4...v6)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 19, 2025
Copy link

blacksmith-sh bot commented Aug 19, 2025

3 Jobs Failed:

Test Action / Test Setup Docker Builder

Summary:

Step "Build action" from job "Test Setup Docker Builder" is failing. The last 20 log lines are:

[...]
  Content-addressable store is at: /home/runner/setup-pnpm/node_modules/.bin/store/v3
  Content-addressable store is at: /home/runner/setup-pnpm/node_modules/.bin/store/v3
  Virtual store is at:             node_modules/.pnpm
  Virtual store is at:             node_modules/.pnpm
Lockfile is up to date, resolution step is skipped
Lockfile is up to date, resolution step is skipped
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 1, reused 0, downloaded 0, added 0
Packages: +441
Packages: +441
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ERR_PNPM_FETCH_404  GET https://buf.build/gen/npm/v1/@buf/blacksmith_vm-agent.bufbuild_es/-/blacksmith_vm-agent.bufbuild_es-1.5.0-20250304023716-e8d233d92eac.2.tgz: Not Found - 404
 ERR_PNPM_FETCH_404  GET https://buf.build/gen/npm/v1/@buf/blacksmith_vm-agent.bufbuild_es/-/blacksmith_vm-agent.bufbuild_es-1.5.0-20250304023716-e8d233d92eac.2.tgz: Not Found - 404


No authorization header was set for the request.
No authorization header was set for the request.
Error: Process completed with exit code 1.
Error: Process completed with exit code 1.

2 jobs failed running on non-Blacksmith runners.


Summary: 2 successful workflows, 3 failed workflows

Last updated: 2025-08-19 22:36:36 UTC


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

Choose a reason for hiding this comment

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

Bug: Docker Bake Action Context Change Issue

The docker/bake-action upgrade to v6 changes its default context from 'Path' to 'Git'. This prevents the action from locating the locally created docker-bake.hcl file, causing the build to fail.

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