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 \ $@ \ . }