feat: Add some info on how to help
All checks were successful
Build Docker / Build Docker (push) Successful in 24s

This commit is contained in:
2023-12-16 12:05:45 +11:00
parent 54359e5025
commit 0ed8908d26
5 changed files with 100 additions and 3 deletions

View File

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