⚗️ testing
All checks were successful
Release / Run Unit Tests (push) Successful in 4s
Run Unit Tests / run-unit-tests (push) Successful in 4s
Release / Build and Publish Docker Images (push) Successful in 33s
Release / Publish Gitea Release (push) Successful in 4s

This commit is contained in:
DrMaxNix 2024-09-17 13:54:19 +02:00
parent 3b9246bd0e
commit 3adbc3156f
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
1.0.10
1.0.11

View File

@ -3,3 +3,5 @@ set -euo pipefail
readonly VERSION=$(cat /VERSION | xargs)
echo "v${VERSION}"
while true; do sleep 0.5s; done