ci: skip Docker build-history export - #2657
Merged
Merged
Conversation
Mirko-von-Leipzig
added this pull request to stack #2659
September 21, 2026 07:12
Mirko-von-Leipzig
removed this pull request from stack #2659
September 21, 2026 08:26
Mirko-von-Leipzig
force-pushed
the
mirko/docker-concurrent-cache
branch
from
September 21, 2026 08:26
56f5542 to
570ac59
Compare
Mirko-von-Leipzig
force-pushed
the
mirko/docker-concurrent-cache
branch
from
September 21, 2026 08:28
570ac59 to
339f8c4
Compare
Mirko-von-Leipzig
marked this pull request as ready for review
September 21, 2026 08:28
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.
Bake build-history export added approximately 2m 17s of post-action work to PR #2650 after Docker validation had finished. Release staging uses the same export path.
Set
DOCKER_BUILD_SUMMARY: "false"at workflow scope to skip that export for validation, release staging, and manually dispatched publishing. This disables Bake's optional job summary and downloadable.dockerbuildrecord. Release promotion reads the staged registry images; it does not consume the build-history record. The separate validation Kache reports remain available.Validation:
make format,git diff --check,actionlint, and offlinezizmorpassed for the Docker and release workflows. Inspected the pinned Bake action's summary/export gate and the release staging/promotion dependencies. Successful AMD64 and ARM64 CI runs have exercised the disabled-export setting at step scope; CI will rerun with it at workflow scope.Changelog