fix: action to use new dir
All checks were successful
Build Docker / Build Docker (push) Successful in 21s

This commit is contained in:
2023-12-22 17:46:45 +11:00
parent 5388739b2b
commit c162ea8d21
3 changed files with 7 additions and 4 deletions

View File

@@ -29,6 +29,9 @@ jobs:
else
tag_num="${tag}-${tag_num}"
fi
cd website
echo "version: ${GITHUB_RUN_NUMBER}" > content/version.txt
docker build -t hns_doh:$tag_num .
docker tag hns_doh:$tag_num git.woodburn.au/nathanwoodburn/hns_doh:$tag_num