actions: syntax error try 3
This commit is contained in:
parent
b0ab46562f
commit
62770ff0ec
@ -27,7 +27,7 @@ jobs:
|
||||
if [ tag = "main" ]; then
|
||||
tag="latest"
|
||||
else
|
||||
tag_num=$tag + "-" + $tag_num
|
||||
tag_num="${tag}-${tag_num}"
|
||||
fi
|
||||
|
||||
docker build -t hnshosting-master:$tag_num .
|
||||
|
Loading…
Reference in New Issue
Block a user