From 7c093d389ca84da62b7dd19dfafb84c2a77c5ba9 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 22 Oct 2024 11:57:15 -0500 Subject: [PATCH] Fix cuvs case. --- .github/workflows/build-test-publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-publish-images.yml b/.github/workflows/build-test-publish-images.yml index dc523a55..512793c8 100644 --- a/.github/workflows/build-test-publish-images.yml +++ b/.github/workflows/build-test-publish-images.yml @@ -107,7 +107,7 @@ jobs: if [ "${{ inputs.build_type }}" = "pull-request" ]; then base_repo="staging" notebooks_repo="staging" - CUVS_bench_repo="staging" + cuvs_bench_repo="staging" cuvs_bench_datasets_repo="staging" cuvs_bench_cpu_repo="staging" fi