From 691e5734d394f6140505a925c2e8f8da0e814755 Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Sun, 27 Jul 2025 01:25:36 +0300 Subject: [PATCH] Update release command --- mise.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index fdc41c9..811e9ae 100644 --- a/mise.toml +++ b/mise.toml @@ -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'