feat: Update project to use pyproject
Some checks failed
Check Code Quality / RuffCheck (push) Failing after 45s
Build Docker / BuildImage (push) Successful in 55s

This commit is contained in:
2025-11-20 15:41:10 +11:00
parent 6d6a443c89
commit ae3d99b0e5
6 changed files with 313 additions and 12 deletions

View File

@@ -32,15 +32,10 @@ jobs:
else
tag_num="${tag}-${tag_num}"
fi
repo=$GITHUB_REPOSITORY
repo=${repo#*/}
repo=$(echo $repo | tr '[:upper:]' '[:lower:]')
echo "container=$repo"
docker build -t $repo:$tag_num .
docker tag $repo:$tag_num git.woodburn.au/nathanwoodburn/$repo:$tag_num
docker push git.woodburn.au/nathanwoodburn/$repo:$tag_num
docker tag $repo:$tag_num git.woodburn.au/nathanwoodburn/$repo:$tag
docker push git.woodburn.au/nathanwoodburn/$repo:$tag
docker build -t nathanwoodburn:$tag_num .
docker tag nathanwoodburn:$tag_num git.woodburn.au/nathanwoodburn/nathanwoodburn:$tag_num
docker push git.woodburn.au/nathanwoodburn/nathanwoodburn:$tag_num
docker tag nathanwoodburn:$tag_num git.woodburn.au/nathanwoodburn/nathanwoodburn:$tag
docker push git.woodburn.au/nathanwoodburn/nathanwoodburn:$tag