From 906e9188381d72752f9684fcf68e100129289332 Mon Sep 17 00:00:00 2001 From: Dmitry Sergeev Date: Mon, 26 Feb 2024 16:53:48 +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 960cb27..9712877 100644 --- a/js-action/src/index.js +++ b/js-action/src/index.js @@ -41,7 +41,7 @@ async function main() { if (image === 'build') { resultTag = `0000001-${generateRandomString(8)}`; } - + console.log(`resultTag: ${resultTag}`); const imageTag = `${registry}/${repoName}/${image.name}:${resultTag}`; console.log(`Build image: ${imageTag}`); builtImages[image.name] = imageTag;