From a5e4123bfb97c4c615791e5457fcc1e82ecbbdfd Mon Sep 17 00:00:00 2001 From: Grace Wehner Date: Tue, 16 Jan 2024 13:56:11 -0800 Subject: [PATCH] fix truncation number for targetallocator --- .pipelines/azure-pipeline-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/azure-pipeline-build.yml b/.pipelines/azure-pipeline-build.yml index cc2872272..6b1d5962f 100644 --- a/.pipelines/azure-pipeline-build.yml +++ b/.pipelines/azure-pipeline-build.yml @@ -66,7 +66,7 @@ jobs: #Truncating this to 112 characters to add the targetallocator suffix - TARGET_ALLOCATOR_IMAGE_TAG_PREFIX=$(echo "${LINUX_IMAGE_TAG}" | cut -c1-124) + TARGET_ALLOCATOR_IMAGE_TAG_PREFIX=$(echo "${LINUX_IMAGE_TAG}" | cut -c1-112) TARGET_ALLOCATOR_IMAGE_TAG=$TARGET_ALLOCATOR_IMAGE_TAG_PREFIX-targetallocator #Truncating this to 113 to add the ref app suffices