diff --git a/build.sh b/build.sh index d3c3dce78..d4d07cfa2 100755 --- a/build.sh +++ b/build.sh @@ -105,6 +105,7 @@ fi # --push will push all tags automatically docker buildx build \ --platform linux/amd64 \ + --metadata-file $METADATA_FILE \ --build-arg GIT_COMMIT=$GIT_COMMIT \ --cache-from type=registry,ref=$BUILDCACHE_IMAGE \ --cache-to type=registry,ref=$BUILDCACHE_IMAGE,mode=max \