Skip to content

Commit

Permalink
chore(ci): fix IMAGE_NAME to use harbor.status.im
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Feb 19, 2024
1 parent ce151ef commit b700d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b700d04

Please sign in to comment.