From ab20674fc4c0c7fc5de1b939e36158102f0643ac Mon Sep 17 00:00:00 2001 From: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:09:39 +0530 Subject: [PATCH] Update release-image.yaml --- .github/workflows/release-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-image.yaml b/.github/workflows/release-image.yaml index 93feae6f..8ecaf2e3 100644 --- a/.github/workflows/release-image.yaml +++ b/.github/workflows/release-image.yaml @@ -32,7 +32,7 @@ jobs: shell: bash run: | images_list=$(echo '${{ inputs.images }}' | tr -d '[]"' | tr ',' ' ') - REPOSITORY="delltech/csm" + REPOSITORY="dell/container-storage-modules" for image in $images_list; do latest_version=$(curl -s https://quay.io/api/v1/repository/$REPOSITORY/$image/tag/?limit=100 | jq -r '.tags[].name' | sort -V | tail -n 1)