fix: action to use new dir
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
All checks were successful
Build Docker / Build Docker (push) Successful in 21s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user