Skip to content

Commit

Permalink
ci: more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Oct 16, 2024
1 parent 6d123f6 commit d0805bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/helm-weekly-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ find_latest_image_tag() {
local regExp="^(k|weekly-k)\d+-[a-z0-9]+"
local crane_results
crane_results=$(crane ls "${docker_hub_repo}" | grep -P "${regExp}")
local sorted_results
sorted_results="$(echo "${crane_results}" | sed -E "s/([weekly-]*k[[:digit:]]*)-([^-]*).*/\1-\2/g" | sort -Vur)"
echo "${sorted_results}" | head -1
}
Expand Down

0 comments on commit d0805bd

Please sign in to comment.