We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ab19 commit 26e5591Copy full SHA for 26e5591
.github/workflows/packages.yml
@@ -64,7 +64,8 @@ jobs:
64
IMAGE_NAME: ${{ matrix.image }}
65
run: |
66
git fetch --tags
67
- latest_tag="$(git tag | grep 'v[0-9]*\.[0-9]*\.[0-9]*' | sort -rn | head -n1)"
+ #latest_tag="$(git tag | grep 'v[0-9]*\.[0-9]*\.[0-9]*' | sort -rn | head -n1)"
68
+ latest_tag="v2.6.0"
69
if [ -z "$latest_tag" ]; then
70
echo "could not find latest tag"
71
exit 1
0 commit comments