chore(ci): trigger frontend image rebuild on constructorfabric namespace - #159
Merged
Conversation
After the cyberfabric → constructorfabric migration merged, no frontend file has changed, so docker.yml hasn't published a new image under the new ghcr.io/constructorfabric/insight-front namespace. A comment-only touch to README.md is enough to retrigger the workflow because docker.yml runs on every push to main with no path filter. The umbrella chart dispatch (constructorfabric/insight build-images.yml with frontend_tag=<new tag>) will follow once this lands. Signed-off-by: Anton Zelenov <antonz@constructor.tech>
📝 WalkthroughWalkthroughThis PR adds a CI rebuild marker comment in ChangesCI Rebuild Marker
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
After the cyberfabric → constructorfabric migration merged earlier today, no frontend file has changed, so
.github/workflows/docker.ymlhasn't published a new image under the newghcr.io/constructorfabric/insight-frontnamespace. The oldghcr.io/cyberfabric/insight-fronttags are stranded.docker.ymlruns on every push tomainwith no path filter, so a comment-only README touch is enough to retrigger.Test plan
mainand confirm theBuild & Pushjob pushesghcr.io/constructorfabric/insight-front:<date>-<sha>and:latest.dispatch-umbrellajob firesconstructorfabric/insight'sbuild-images.ymlwithfrontend_tag=<new tag>set so the umbrella chart's frontend subchart appVersion bumps to match.