added Docker image build to Gitea

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

View File

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