File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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} /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} /latest
176+ docker push ${ operatorRegistry} /${ operatorRepo } / latest
177177 """
178178 }
179179}
You can’t perform that action at this time.
0 commit comments