mirror of https://github.com/waku-org/nwaku.git
chore(ci): fix IMAGE_NAME to use harbor.status.im
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ce151efc36
commit
b700d0464b
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue