ci: Use GitHub Actions to build images
This commit is contained in:
5
.github/scripts/get-latest-tag.sh
vendored
Executable file
5
.github/scripts/get-latest-tag.sh
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
TAGS=$(git ls-remote --refs --tags --sort='v:refname' https://github.com/$REPO "v$VERSION.*")
|
||||
TAG=$(echo $TAGS | tail -n1 | sed 's/.*\///')
|
||||
echo $TAG
|
||||
Reference in New Issue
Block a user