added Docker image build to Gitea
Some checks failed
CI / build (push) Failing after 2m25s

This commit is contained in:
2025-01-11 12:37:02 +08:00
parent 608a9d18de
commit 9de393c6ae
10 changed files with 153 additions and 72 deletions

View File

@@ -130,3 +130,9 @@ publishing {
}
}
tasks.register('version') {
doLast {
println("VERSION=$version")
}
}