Update release command

This commit is contained in:
2025-07-27 01:25:36 +03:00
parent d9b86584ef
commit 691e5734d3

View File

@@ -3,7 +3,11 @@ java = "temurin-21"
[tasks.release]
description = 'Build and push docker image'
run = './gradlew build && ./gradlew jib --image=cr.yandex/crpgv1hatjrua124abet/memevizor:0.0.1-SNAPSHOT'
run = [
'./gradlew build',
'docker build -t memevizor:latest',
'docker pussh memevizor:latest apps0.pischule.com'
]
[tasks.fmt]
description = 'Fourmat source code'