fix(ci): restore runtime image publication with isolated Buildx - #78
Merged
Conversation
Keep verified local mirror tags as the default while allowing containerized CI Buildx to resolve canonical digest-pinned image references. Signed-off-by: jiangxt2 <jiangxt2@vip.qq.com>
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.
Description
This PR restores the
IT Runtime Imagepublication path after the data-ingestion runtime profile began declaring verified domestic mirror inputs.Local runtime builds continue to pull digest-pinned domestic mirror images, verify their digests, and pass Docker daemon-local tags to the default builder. GitHub Actions now explicitly selects canonical digest-pinned references for its isolated
docker-containerBuildx builder, where daemon-local tags are not visible, while retaining the existing registry-backed cache.Runtime identity, image validation, publishing semantics, dependencies, and inference behavior are unchanged.
Related issues
None.
Additional information
uv run --locked --no-sync pytest tests/tools/test_tributo_it.py tests/integration/test_it_component_versions.py -q— 49 passed.git diff --checkand the pre-commit hooks passed.IT Runtime Imageworkflow passed on commit8aa57a4with the isolateddocker-containerBuildx builder, including the runtime build, registry-cache export, image validation, and immutable GHCR publication.