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