actions: Use same numbering on bot deployment
All checks were successful
Build Docker / Build Bot (push) Successful in 21s
Build Docker / Build Master (push) Successful in 23s

This commit is contained in:
Nathan Woodburn 2023-08-25 13:39:26 +10:00
parent b642cf7269
commit b38de6ad52
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -65,7 +65,7 @@ jobs:
echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
tag=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
tag=${tag//\//-}
tag_num=$(git rev-list --count HEAD)
tag_num=${GITHUB_RUN_NUMBER}
if [[ "$tag" == "main" ]]; then
tag="latest"
else