diff --git a/ci/run_docker.sh b/ci/run_docker.sh index e4a9831fe1..3da8fde1c6 100755 --- a/ci/run_docker.sh +++ b/ci/run_docker.sh @@ -2,8 +2,8 @@ set -e -BUILD_IMAGE=opentelemetry-cpp-build6 -BUILD_IMAGEcpp20=opentelemetry-cpp20-build6 +BUILD_IMAGE=opentelemetry-cpp-build +BUILD_IMAGEcpp20=opentelemetry-cpp20-build if [[ $2 == cmake.c++20.test ]]; then docker image inspect "$BUILD_IMAGEcpp20" &> /dev/null || {