actions: Apply fix to bot
This commit is contained in:
parent
62770ff0ec
commit
b2f731ce8d
@ -64,7 +64,7 @@ jobs:
|
|||||||
if [ tag = "main" ]; then
|
if [ tag = "main" ]; then
|
||||||
tag="latest"
|
tag="latest"
|
||||||
else
|
else
|
||||||
tag_num=$tag + "-" + $tag_num
|
tag_num="${tag}-${tag_num}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
docker build -t hnshosting-bot:$tag_num .
|
docker build -t hnshosting-bot:$tag_num .
|
||||||
|
Loading…
Reference in New Issue
Block a user