ci(BA-7269): wire docker-images workflow into the release chain - #13701
Open
kyujin-cho wants to merge 4 commits into
Open
ci(BA-7269): wire docker-images workflow into the release chain#13701kyujin-cho wants to merge 4 commits into
kyujin-cho wants to merge 4 commits into
Conversation
kyujin-cho
force-pushed
the
feat/BA-7269/ci-docker-images-wiring-v2
branch
from
August 11, 2026 13:47
525fc8c to
5964de2
Compare
13700.feature.md -> 13701.feature.md 13596.misc.md -> 13701.misc.md Co-authored-by: octodog <mu001@lablup.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Integrates Docker image publication into the release-tag CI pipeline.
Changes:
- Triggers the reusable Docker image workflow after wheels and final release succeed.
- Grants artifact-read and Docker Hub OIDC permissions.
- Expands CI path detection and adds a changelog entry.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/ci.yml |
Wires Docker image publishing into tagged releases. |
changes/13596.misc.md |
Documents automatic release image publication. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
fregataa
approved these changes
Aug 11, 2026
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.
Replaces #13596.
Resolves BA-7269
Resolves #13587