Skip to content

Commit d40e0ff

Browse files
Update release-image.yaml
1 parent 93f121c commit d40e0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
run: |
2424
images_list=$(echo '${{ inputs.images }}' | tr -d '[]"' | tr ',' ' ')
25-
REPOSITORY="delltech/csm/csi-unity"
25+
REPOSITORY="delltech/csm"
2626
2727
for image in $images_list; do
2828
latest_version=$(curl -s https://quay.io/api/v1/repository/$REPOSITORY/$image/tag/?limit=100 | jq -r '.tags[].name' | sort -V | tail -n 1)

0 commit comments

Comments
 (0)