From 8597c753a5387d1ee88f39ab846487b6677e9d02 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 21 Jan 2023 19:44:44 +0100 Subject: [PATCH] disable provenance in manifest, addresses #137 workaround for https://github.com/docker/buildx/issues/1509 and https://github.com/moby/moby/issues/43126 --- buildx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildx.sh b/buildx.sh index 182d007..534d6da 100755 --- a/buildx.sh +++ b/buildx.sh @@ -26,6 +26,7 @@ push_image() { --pull \ --no-cache \ --push \ + --provenance=false \ $@ \ . }