From f66200106919cc1d3c2bfc1cc9af9182942aca5f Mon Sep 17 00:00:00 2001 From: ZwF <25246962+devzwf@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:33:43 -0500 Subject: [PATCH] Disable provenance in the build-push-action Context: docker/buildx#1513 (comment) --- .github/workflows/image.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 71e24b0..15e9a6c 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -54,6 +54,7 @@ jobs: context: . platforms: linux/amd64 push: true + provenance: false tags: | devzwf/pihole-dot-doh:latest devzwf/pihole-dot-doh:${{ steps.latest-tag.outputs.release }}