added file extension
Build and Push Image / build-and-push (push) Successful in 1m13s

This commit is contained in:
2026-04-28 23:24:44 -07:00
parent c9f0d5a776
commit c3f788345f
+1 -1
View File
@@ -210,7 +210,7 @@ const createCollectionFromCSV = async (name, csvFilePath) => {
// Await each download before starting the next // Await each download before starting the next
// const { destination } = await downloadTcgImage(productId, item.imageUrl); // const { destination } = await downloadTcgImage(productId, item.imageUrl);
item.itemIds.forEach((id) => itemIdImageLocations.push({ itemId: id, imageDest: path.join(imagesDir, productId) })); item.itemIds.forEach((id) => itemIdImageLocations.push({ itemId: id, imageDest: path.join(imagesDir, `${productId}.jpg`) }));
} }
// After processing all collections, check the imagesDir // After processing all collections, check the imagesDir