From 6977c0a9e084784708f710f1d23895e11314f790 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Tue, 7 Feb 2023 12:53:06 -0500 Subject: [PATCH] Disable provenance attestation to keep better compatibility with older Docker clients. --- .github/workflows/build-image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 2f0f1a9..b093170 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -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: |