Updates CI/CD workflow to trigger on tag pushes and use Forgejo credentials
Renames login and push steps to reflect the new container registry
Modifies documentation and compose file to point to the updated image URL
Configures a CI/CD pipeline to build and push Docker images to git.private.coffee.
Sets up dependencies, QEMU, Buildx, and authentication for seamless Docker operations.
Introduces a Docker CI/CD pipeline for automatic builds and
deployment to Docker Hub upon new tag pushes. Increments
project version from 0.1.8 to 0.1.9.
Introduced a GitHub Actions workflow to automate the CI/CD process for publishing Python packages to PyPI. The workflow triggers on push tags and provides tasks for checking out code, installing dependencies, and uploading the package to PyPI using twine. This automation aims to streamline the release process and ensure consistency in package deployment.