mirror of
https://github.com/InsanusMokrassar/ConfigurableInlineTelegramBot.git
synced 2024-11-21 07:43:52 +00:00
Add disabling docker build mode after build has been completed
This commit is contained in:
parent
4900cb1ab9
commit
bf1f3a78fa
3
deploy
3
deploy
@ -18,8 +18,9 @@ app=configurable_inline_telegram_bot
|
||||
version=0.1
|
||||
|
||||
export DOCKER_BUILD=true
|
||||
|
||||
assert_success ./gradlew build
|
||||
export DOCKER_BUILD=false
|
||||
|
||||
assert_success docker build -t $app:"$version" .
|
||||
assert_success docker tag $app:"$version" $user/$app:$version
|
||||
assert_success docker tag $app:"$version" $user/$app:latest
|
||||
|
Loading…
Reference in New Issue
Block a user