Skip to content

Commit 3be25d0

Browse files
committed
fix: disable provenance/sbom attestation for SWR compatibility
Huawei SWR does not support OCI attestation manifests that build-push-action@v6 generates by default, causing 'fail to parse manifest.json' on push.
1 parent 1ff4b5e commit 3be25d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-swr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,7 @@ jobs:
4242
tags: |
4343
${{ env.SWR_IMG }}:${{ env.SHORT_SHA }}
4444
${{ env.SWR_IMG }}:latest
45+
provenance: false
46+
sbom: false
4547
cache-from: type=gha
4648
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)