Browse Source

Disable provenance in Docker builds

DarthSim 9 months ago
parent
commit
ea7105b253
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -58,6 +58,7 @@ jobs:
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
           platforms: ${{ matrix.build.dockerPlatform }}
+          provenance: false
           push: true
 
   push_manifests: