Skip to content

Commit c02826c

Browse files
fix: disable provenance in Docker build to prevent manifest list creation
The docker-create-manifest job was failing because the AMD64 build was creating a manifest list instead of a simple image manifest due to Docker Buildx's default provenance generation. Adding provenance: false ensures single-platform images are created as simple manifests.
1 parent 960e1a9 commit c02826c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
with:
6363
platforms: linux/amd64
6464
push: true
65+
provenance: false
6566
tags: |
6667
cybuerg/cfspeedtest:${{ github.ref_name }}-amd64
6768
cybuerg/cfspeedtest:latest-amd64

0 commit comments

Comments
 (0)