ci: disable provenance for docs generation

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit 3dfb102f82e046b54ccd80af884bd09694b58cdc)
This commit is contained in:
CrazyMax 2024-03-06 09:09:43 +01:00
parent 788433953a
commit 6988457671
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4
2 changed files with 3 additions and 0 deletions

View File

@ -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 }}
-

View File

@ -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