updates for docker publication

This commit is contained in:
2021-02-02 19:34:24 +06:00
parent 3f4dacc129
commit 290e77cc4c
3 changed files with 8 additions and 4 deletions

4
deploy
View File

@@ -13,9 +13,11 @@ function assert_success() {
fi
}
app=planner-text-help
app=configurable_inline_telegram_bot
version=0.1
export DOCKER_BUILD=true
assert_success ./gradlew build
assert_success docker build -t $app:"$version" .
assert_success docker tag $app:"$version" $app