This commit is contained in:
Yatsishin Ilya 2022-10-20 12:33:56 +00:00
parent 105ca72955
commit 548ff1d2aa

View File

@ -69,7 +69,7 @@ if __name__ == "__main__":
logging.info("Check is already finished according to github status, exiting")
sys.exit(0)
docker_image = get_image_with_version(get_image_with_version, IMAGE_NAME)
docker_image = get_image_with_version(reports_path, IMAGE_NAME)
build_name = get_build_name_for_check(check_name)
print(build_name)