From 6bae5da6caecd990d6f7f7e4d37fe43dfceb4ef6 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Fri, 6 Oct 2023 10:57:06 +0300 Subject: [PATCH] fix: Fix repository name pattern for js (#43) Change-Id: I5f1421fd68557054dc99ddf574349c8c066cf30f --- .../pipelines-library/templates/pipelines/_common_js_npm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/pipelines-library/templates/pipelines/_common_js_npm.yaml b/charts/pipelines-library/templates/pipelines/_common_js_npm.yaml index 1ea3ca7a..b220eb47 100644 --- a/charts/pipelines-library/templates/pipelines/_common_js_npm.yaml +++ b/charts/pipelines-library/templates/pipelines/_common_js_npm.yaml @@ -298,7 +298,7 @@ - build params: - name: REPO_NAME - value: "$(params.CODEBASE_NAME)" + value: "$(tasks.init-values.results.DOCKER_REGISTRY_HOST)/$(params.CODEBASE_NAME)" - name: kaniko-build taskRef: