Disable additional Docker metadata to more compatible with OCI spec. (#1302)

This commit is contained in:
Leo 2024-04-23 19:55:00 +08:00 committed by GitHub
parent 747ac23cd0
commit 0a2e90dece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,4 +50,5 @@ fi
docker buildx build \
$args \
--platform linux/amd64,linux/arm64 \
--provenance=false \
-f $dir/Dockerfile $DOCKER_BASE_DIR