fix: improve Docker image handling in CI workflow with exact tag extraction and validation

This commit is contained in:
GitHub Actions
2026-01-12 05:33:29 +00:00
parent 480d97f058
commit 3fb870f109
6 changed files with 1719 additions and 552 deletions

View File

@@ -42,6 +42,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- **CI**: Fixed Docker image artifact save failing with "reference does not exist" error in PR builds
- Root cause: Manual image tag reconstruction did not match actual tag applied by docker/build-push-action
- Solution: Use exact tag from docker/metadata-action output instead of reconstructing
- Impact: PR builds now successfully save image artifacts for supply chain verification
- Downstream fix: Enables verify-supply-chain-pr job to run correctly on all PRs
- **Docs-to-Issues Workflow**: Resolved issue where PR status checks didn't appear when workflow ran (PR #461)
- Removed `[skip ci]` flag from workflow commit message to enable CI validation on PRs
- Maintained infinite loop protection via path filters (`!docs/issues/created/**`) and bot guard