Disable provenance attestation to keep better compatibility with older Docker clients.

This commit is contained in:
Jocelyn Le Sage 2023-02-07 12:53:06 -05:00
parent b7364fd77b
commit 6977c0a9e0

View File

@ -121,6 +121,7 @@ jobs:
uses: docker/build-push-action@v4
with:
push: ${{ steps.prep.outputs.is_release == 'yes' }}
provenance: false
platforms: ${{ env.PLATFORMS }}
tags: ${{ steps.prep.outputs.tags }}
build-args: |