Commit graph

7 commits

Author SHA1 Message Date
Renovate
df34ee2c2f chore(deps): update docker/build-push-action action to v6 2025-03-04 17:03:21 +00:00
Kumi
b3462039a2
feat(ci): migrate to Forgejo Docker registry
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
2025-02-27 14:19:32 +01:00
Kumi
076869592c
fix: Update Docker login credentials
Replaces actor-based credentials with Forgejo secrets
to authenticate against the private registry.
2025-02-26 12:01:45 +01:00
Kumi
7cdb89c4be
fix: Update Docker workflow credentials
Switches Docker login to use actor and token for Forgejo actions.
2025-02-26 11:10:31 +01:00
Kumi
468ade3dee
feat: Adds local Docker CI/CD workflow
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.
2025-02-26 09:55:34 +01:00
Kumi
35664d986b
feat: Add Docker CI/CD workflow
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.
2025-01-31 09:13:38 +01:00
Kumi
e8823de045
feat: add CI/CD workflow for publishing Python package
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.
2024-07-16 10:08:07 +02:00