Disable provenance attestation to keep better compatibility with older Docker clients.
This commit is contained in:
parent
b7364fd77b
commit
6977c0a9e0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-image.yml
vendored
1
.github/workflows/build-image.yml
vendored
|
@ -121,6 +121,7 @@ jobs:
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
||||||
|
provenance: false
|
||||||
platforms: ${{ env.PLATFORMS }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue