feat: export immutable release image digest - #787
Open
earayu wants to merge 3 commits into
Open
Conversation
earayu
marked this pull request as ready for review
July 30, 2026 20:15
Author
|
@JashBook @dengkailu Could one of you please review and merge this exact head The PR is ready and MERGEABLE; the |
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.
Closes #786
What changed
docker/build-push-actiondigest as an additive reusable-workflow output;sha256:<64hex>digest;Why
Downstream callers currently receive only the mutable image tag. Concurrent runs that publish the same tag can therefore bind later copy or packaging work to another run's image. The build action output is the only receipt naturally tied to the exact successful build.
Existing callers that use only
tag-nameare unchanged. Callers that consume the new output must still validate the referenced media type and platform graph for their own requirements.Validation
python3 .github/utils/test_release_image_cache_sync_contract.py(6 tests)uvx ruff==0.11.13 check .github/utils/test_release_image_cache_sync_contract.pyuvx ruff==0.11.13 format --check .github/utils/test_release_image_cache_sync_contract.pygit diff --checkThis PR does not invoke the reusable workflow, build or publish an image, or write to any registry/artifact/OSS/customer environment.