This commit is contained in:
2025-04-08 23:38:00 +03:00
parent cf60b19709
commit e2a1c867fd
2 changed files with 7 additions and 0 deletions

6
.mise.toml Normal file
View File

@@ -0,0 +1,6 @@
[tools]
java = "temurin-17"
[tasks.release]
description = 'Build and push docker image'
run = './gradlew build && ./gradlew jib --image=cr.yandex/crph26nr2d2ds65t2m7b/memes-tv:0.0.1-SNAPSHOT'