ci: Use GitHub Actions to build images

This commit is contained in:
Lev
2021-10-26 15:16:57 +03:00
parent c149a93f31
commit 1cbb845af1
8 changed files with 338 additions and 339 deletions

5
.github/scripts/get-latest-tag.sh vendored Executable file
View 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