From b64080a4ff58c39811bda4e4794f879d84e1129f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 19 Feb 2024 11:31:34 +0100 Subject: [PATCH] chore(ci): fix IMAGE_NAME to use harbor.status.im MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.release b/ci/Jenkinsfile.release index 9998da609..8e51e8873 100644 --- a/ci/Jenkinsfile.release +++ b/ci/Jenkinsfile.release @@ -27,7 +27,7 @@ pipeline { string( name: 'IMAGE_NAME', description: 'Name of Docker image to push.', - defaultValue: params.IMAGE_NAME ?: 'waku-org/nwaku', + defaultValue: params.IMAGE_NAME ?: 'harbor.status.im/wakuorg/nwaku', ) string( name: 'DOCKER_CRED',