Skip to content

Commit b914185

Browse files
committed
Filter out buildx RCs
1 parent fd40393 commit b914185

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ buildxVersions="$(
6767
| cut -d$'\t' -f2 \
6868
| grep '^refs/tags/v[0-9].*$' \
6969
| sed 's!^refs/tags/v!!; s!\^{}$!!' \
70+
| grep -vE -- '-rc' \
7071
| sort -ru
7172
)"
7273
buildx=

0 commit comments

Comments
 (0)