File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path |
5555 SHA=$( curl -s ${REPO_CURL_URL} /$BASE -operator-bundle/tags/list | jq -r .tags[] | sort -u | grep $REF )
5656 elif [[ " ${CURL_REGISTRY} " != " quay.io" ]]; then
5757 # quay.rdoproject.io doesn't support filter_tag_name, so increase limit to 100
58- SHA=$( curl -s ${REPO_CURL_URL} /$BASE -operator-bundle/tag/? limit=100 | jq -r .tags[].name | sort -u | grep $REF )
58+ SHA=$( curl -s ${REPO_CURL_URL} /$BASE -operator-bundle/tag/? onlyActiveTags=true ? limit=100 | jq -r .tags[].name | sort -u | grep $REF )
5959 else
6060 SHA=$( curl -s ${REPO_CURL_URL} /$BASE -operator-bundle/tag/? onlyActiveTags=true\& filter_tag_name=like:$REF | jq -r .tags[].name)
6161 fi
You can’t perform that action at this time.
0 commit comments