mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	ci: disable provenance for docs generation
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docs-release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docs-release.yml
									
									
									
									
										vendored
									
									
								
							@@ -41,6 +41,7 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          source: ${{ github.server_url }}/${{ github.repository }}.git#${{ env.RELEASE_NAME }}
 | 
			
		||||
          targets: update-docs
 | 
			
		||||
          provenance: false
 | 
			
		||||
          set: |
 | 
			
		||||
            *.output=/tmp/buildx-docs
 | 
			
		||||
        env:
 | 
			
		||||
@@ -54,6 +55,7 @@ jobs:
 | 
			
		||||
        uses: docker/bake-action@v4
 | 
			
		||||
        with:
 | 
			
		||||
          targets: vendor
 | 
			
		||||
          provenance: false
 | 
			
		||||
          set: |
 | 
			
		||||
            vendor.args.MODULE=github.com/docker/buildx@${{ env.RELEASE_NAME }}
 | 
			
		||||
      -
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/docs-upstream.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/docs-upstream.yml
									
									
									
									
										vendored
									
									
								
							@@ -37,6 +37,7 @@ jobs:
 | 
			
		||||
        uses: docker/bake-action@v4
 | 
			
		||||
        with:
 | 
			
		||||
          targets: update-docs
 | 
			
		||||
          provenance: false
 | 
			
		||||
          set: |
 | 
			
		||||
            *.output=/tmp/buildx-docs
 | 
			
		||||
            *.cache-from=type=gha,scope=docs-yaml
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user