fix: Place version in correct location
All checks were successful
Build Docker / Build_Docker (push) Successful in 47s
All checks were successful
Build Docker / Build_Docker (push) Successful in 47s
This commit is contained in:
parent
fe0b36126f
commit
28d14c08df
@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
cd public
|
||||
|
||||
echo "version: ${GITHUB_RUN_NUMBER}" > content/version.txt
|
||||
echo "version: ${GITHUB_RUN_NUMBER}" > version.txt
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user