build: disable provenance in docker build

To attempt to fix this error:

buildx failed with: ERROR: failed to solve: missing provenance for owlcc15myb2dpmxrz6dl5bzqc
This commit is contained in:
Nick Craig-Wood 2023-03-20 18:09:54 +00:00
parent 732c24c624
commit 15e633fa8b
1 changed files with 1 additions and 0 deletions

View File

@ -56,5 +56,6 @@ jobs:
platforms: linux/amd64,linux/386,linux/arm64,linux/arm64,linux/arm/v7,linux/arm/v6
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false
# Eventually cache will need to be cleared if builds more frequent than once a week
# https://github.com/docker/build-push-action/issues/252