From 059148a3865c211d5a50dc0eb0e66007d47a28d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 7 Jul 2025 16:37:54 +0200 Subject: [PATCH] Fix typo in build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I1dd2ffe32350929867d6df0bbc37f9920efea8f4 Signed-off-by: Cédric Ollivier --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1bf9cdf11..f72699852 100644 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ for dir in ${amd64_dirs}; do (cd "${dir}" && docker build $build_opts \ -t "${repo}/functest-${dir##**/}:amd64-yoga" .) - docker push "${repo}/functest-${dir##**/}:amd64-latyogaest" + docker push "${repo}/functest-${dir##**/}:amd64-yoga" [ "${dir}" != "docker/core" ] && (docker rmi "${repo}/functest-${dir##**/}:amd64-yoga" || true) done -- 2.16.6