feat(redis): use bitnami image

This commit is contained in:
Gergő Móricz
2024-08-22 23:37:52 +02:00
parent 8d9ff90bcb
commit 64e9be0cd4
9 changed files with 385 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
ORIGIN=${ORIGIN:-origin}
version=$(git fetch --tags "${ORIGIN}" &>/dev/null | git -c "versionsort.prereleasesuffix=-pre" tag -l --sort=version:refname | grep -v dev | grep -vE '^v2$' | grep -vE '^v1$' | tail -n1 | cut -c 2-)
echo "$version"