From 39a315f691cd74ca7c90b545f82eed8010686c36 Mon Sep 17 00:00:00 2001 From: Dmitry Sergeev Date: Thu, 11 Jul 2024 19:04:42 +0400 Subject: [PATCH] WIP --- js-action/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js-action/src/index.js b/js-action/src/index.js index c3e5bd3..f03fec7 100644 --- a/js-action/src/index.js +++ b/js-action/src/index.js @@ -177,7 +177,7 @@ async function main() { createDir('copy-files'); for (const image of imagesCommands) { - console.log(`Build image: ${image.image.mainTag}`); + console.log(`Build image: ${image.tags.build}`); // build for (const cmd of image.build) {