Skip to content

Commit 198173b

Browse files
author
Vitaly Korolev
committed
fix latest tag
1 parent 7821235 commit 198173b

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
@@ -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
}

0 commit comments

Comments
 (0)