Skip to content

fix(docker): un-ignore CHANGELOG.md for the What's-New panel#146

Merged
bndct-devops merged 1 commit into
mainfrom
fix/dockerignore-changelog
Jul 19, 2026
Merged

fix(docker): un-ignore CHANGELOG.md for the What's-New panel#146
bndct-devops merged 1 commit into
mainfrom
fix/dockerignore-changelog

Conversation

@bndct-devops

Copy link
Copy Markdown
Owner

One-liner: *.md in .dockerignore excluded CHANGELOG.md from the build context, failing the image build on main after #134's COPY CHANGELOG.md landed. PR CI skips the docker job, so the stack couldn't surface it. !CHANGELOG.md exception added.

*.md in .dockerignore excluded the changelog from the build context, so
the COPY added for the What's-New panel failed the image build on main.
PR CI skips the docker job, which is why the whole stack couldn't catch it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@bndct-devops
bndct-devops merged commit 73a3e24 into main Jul 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant