File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ gitCredID = 'marklogic-builder-github'
1111operatorRegistry = ' ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com'
1212JIRA_ID = ' '
1313JIRA_ID_PATTERN = / (?i)(MLE)-\d {3,6}/
14- operatorRepo = ' marklogic-operator- kubernetes'
14+ operatorRepo = ' marklogic-kubernetes-operator '
1515
1616// Define local funtions
1717void preBuildCheck () {
@@ -167,13 +167,13 @@ void publishToInternalRegistry() {
167167 docker tag ${ operatorRepo} :${ VERSION} ${ operatorRegistry} /${ operatorRepo} :${ VERSION}
168168 docker tag ${ operatorRepo} :${ VERSION} ${ operatorRegistry} /${ operatorRepo} :${ VERSION} -${ branchNameTag}
169169 docker tag ${ operatorRepo} :${ VERSION} ${ operatorRegistry} /${ operatorRepo} :${ VERSION} -${ branchNameTag} -${ timeStamp}
170- docker tag ${ operatorRepo} :${ VERSION} ${ operatorRegistry} /${ operatorRepo} / latest
170+ docker tag ${ operatorRepo} :${ VERSION} ${ operatorRegistry} /${ operatorRepo} : latest
171171
172172 # Push images to internal registry
173173 docker push ${ operatorRegistry} /${ operatorRepo} :${ VERSION}
174174 docker push ${ operatorRegistry} /${ operatorRepo} :${ VERSION} -${ branchNameTag}
175175 docker push ${ operatorRegistry} /${ operatorRepo} :${ VERSION} -${ branchNameTag} -${ timeStamp}
176- docker push ${ operatorRegistry} /${ operatorRepo} / latest
176+ docker push ${ operatorRegistry} /${ operatorRepo} : latest
177177 """
178178 }
179179}
You can’t perform that action at this time.
0 commit comments