actions: Apply fix to bot
All checks were successful
Build Docker / Build Master (push) Successful in 23s
Build Docker / Build Bot (push) Successful in 22s

This commit is contained in:
Nathan Woodburn 2023-08-24 17:39:44 +10:00
parent 62770ff0ec
commit b2f731ce8d
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -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 .