Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit d6c1d96

Browse files
committed
Undo Jenkinsfile change
1 parent 964f7f5 commit d6c1d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
}
9191

9292
container('docker-cmd') {
93-
dockerx.images_push_multi_registries(["iguazio/tsdb-ingest:${DOCKER_TAG_VERSION}"], multi_credentials)
93+
dockerx.images_push_multi_registries(["tsdb-ingest:${DOCKER_TAG_VERSION}"], multi_credentials)
9494
}
9595
},
9696

@@ -102,7 +102,7 @@ spec:
102102
}
103103

104104
container('docker-cmd') {
105-
dockerx.images_push_multi_registries(["iguazio/tsdb-query:${DOCKER_TAG_VERSION}"], multi_credentials)
105+
dockerx.images_push_multi_registries(["tsdb-query:${DOCKER_TAG_VERSION}"], multi_credentials)
106106
}
107107
}
108108
)

0 commit comments

Comments
 (0)