fix(ci): verify release downloads before use (#4294)

This commit is contained in:
Zhengchao An
2026-07-06 10:29:49 +08:00
committed by GitHub
parent e68a52ff59
commit bc8e546636
4 changed files with 114 additions and 34 deletions
+2 -3
View File
@@ -406,9 +406,8 @@ jobs:
RELEASE=${{ steps.meta.outputs.docker_release }}
CHANNEL=${{ steps.meta.outputs.docker_channel }}
BUILDKIT_INLINE_CACHE=1
# Enable advanced BuildKit features for better performance
provenance: false
sbom: false
provenance: true
sbom: true
# Add retry mechanism by splitting the build process
no-cache: false
pull: true