feat: Add some info on how to help
All checks were successful
Build Docker / Build Docker (push) Successful in 24s
All checks were successful
Build Docker / Build Docker (push) Successful in 24s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user