aboutsummaryrefslogtreecommitdiff
path: root/ci-dockerfiles-deployment/builders.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci-dockerfiles-deployment/builders.sh')
-rw-r--r--ci-dockerfiles-deployment/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-dockerfiles-deployment/builders.sh b/ci-dockerfiles-deployment/builders.sh
index b1a2319672..7f7d1e6aeb 100644
--- a/ci-dockerfiles-deployment/builders.sh
+++ b/ci-dockerfiles-deployment/builders.sh
@@ -84,7 +84,7 @@ for image in ${update_images}; do
docker_tag=$(cat .docker-tag)
if [ x"${GERRIT_BRANCH}" != x"master" ]; then
new_tag=${docker_tag}-${GERRIT_BRANCH}
- docker images tag ${docker_tag} ${new_tag}
+ docker tag ${docker_tag} ${new_tag}
docker_tag=${new_tag}
fi
docker push ${docker_tag}