fix: maven now installed with apk, github/gitea actions now actually check newest version; add: github actions
All checks were successful
Build and publish release / build-docker (push) Successful in 4s

This commit is contained in:
2026-02-07 12:52:01 +00:00
parent dfd5a3e8ad
commit b2ab9f6653
3 changed files with 8 additions and 8 deletions

View File

@ -24,10 +24,12 @@ jobs:
echo "version=$version"
docker_version=$(curl -s https://git.tulisiowice.top/Tulis/-/packages/container/tulibuilder/versions | \
grep -oE 'v[0-9]+\.[0-9]+\.[0-9]' | \
grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+' | \
sort -V | \
tail -n 1 | sed 's/^v//')
echo "docker_version=$docker_version"
if [ "$(printf '%s\n' "$version" "$docker_version" | sort -V | tail -n 1)" = "$version" ] && [ "$version" != "$docker_version" ]; then
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login git.tulisiowice.top -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin