From b2953bd9aabdd16d4b654ede8b6f9c03712c0086 Mon Sep 17 00:00:00 2001 From: Kai Ehrhardt Date: Thu, 17 Aug 2023 01:07:23 +0200 Subject: [PATCH] fix: unknown arch images --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index a41cc76..a80e81c 100644 --- a/action.yml +++ b/action.yml @@ -61,6 +61,7 @@ runs: with: context: . push: true + provenance: false # https://github.com/docker/build-push-action/issues/820 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} platforms: ${{ inputs.platforms }}