bugfix: include --metadata-file in the build.sh that was accidently removed

This commit is contained in:
evanpelle
2025-12-25 20:27:50 -08:00
parent 7f80eb7230
commit 671c9ea4ac
+1
View File
@@ -105,6 +105,7 @@ fi
# --push will push all tags automatically # --push will push all tags automatically
docker buildx build \ docker buildx build \
--platform linux/amd64 \ --platform linux/amd64 \
--metadata-file $METADATA_FILE \
--build-arg GIT_COMMIT=$GIT_COMMIT \ --build-arg GIT_COMMIT=$GIT_COMMIT \
--cache-from type=registry,ref=$BUILDCACHE_IMAGE \ --cache-from type=registry,ref=$BUILDCACHE_IMAGE \
--cache-to type=registry,ref=$BUILDCACHE_IMAGE,mode=max \ --cache-to type=registry,ref=$BUILDCACHE_IMAGE,mode=max \