Skip to content

Conversation

@anakin87
Copy link
Member

Related Issues

In #10387, Docker build was refactored using the new docker/bake-action@v6 (we were using v5).
v6 contains a breaking change: by default, uses Git context instead of Path context. This resulted in Docker build failure: https://github.com/deepset-ai/haystack/actions/runs/21062435927/job/60571674643

Proposed Changes:

  • keep the new action version but use the Path context (as explained in v6 release notes)

How did you test it?

Not tested but when experimenting with the previous PR and Path context things worked correctly. I just was not aware that Path context was explictly required to be set also for main.

Checklist

  • I have read the contributors guidelines and the code of conduct.
  • I have updated the related issue with new insights and changes.
  • I have added unit tests and updated the docstrings.
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I have documented my code.
  • I have added a release note file, following the contributors guidelines.
  • I have run pre-commit hooks and fixed any issue.

@vercel
Copy link

vercel bot commented Jan 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Review Updated (UTC)
haystack-docs Ignored Ignored Jan 16, 2026 10:06am

Review with Vercel Agent

@anakin87 anakin87 marked this pull request as ready for review January 16, 2026 10:07
@anakin87 anakin87 requested a review from a team as a code owner January 16, 2026 10:07
@anakin87 anakin87 requested review from davidsbatista and sjrl and removed request for a team January 16, 2026 10:07
Copy link
Contributor

@sjrl sjrl left a comment

Choose a reason for hiding this comment

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

Thanks!

@anakin87 anakin87 merged commit 5e429f6 into main Jan 16, 2026
15 checks passed
@anakin87 anakin87 deleted the docker-source-fix branch January 16, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants