There was an error while loading. Please reload this page.
1 parent 73f4543 commit 19dffdaCopy full SHA for 19dffda
1 file changed
.github/workflows/image-deps-updater.yaml
@@ -31,7 +31,7 @@ jobs:
31
# Get latest rqlite version from registry
32
rqlite_version=$(skopeo list-tags docker://proxy.replicated.com/library/rqlite | \
33
jq -r '.Tags[]' | \
34
- grep -E '^9\.[0-9]+\.[0-9]+$' | \
+ grep -E '[0-9]+\.[0-9]+\.[0-9]+$' | \
35
sort -V | \
36
tail -n 1)
37
0 commit comments