From 6843127a363b86d8375337a62722485ee8e1b765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Filipe=20Storarri?= <13003392+flpStrri@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:20:29 -0300 Subject: [PATCH] Disable provenance due to issues with ghcr.io registry See docker/build-push-action#755 and docker/build-push-action#764 --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index fdd7c6c..5a449df 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -41,6 +41,7 @@ jobs: uses: docker/build-push-action@v5 with: push: true + provenance: false context: . tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}