Commit c02826c
committed
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments