feat: Switch Docker CI/CD to main branch & release v0.3.9
All checks were successful
Docker CI/CD / Docker Build and Push to Docker Hub (push) Successful in 8m34s
Python Package CI/CD / Setup and Test (push) Successful in 1m27s
Python Package CI/CD / Publish to PyPI (push) Successful in 38s

- Updated the Docker CI/CD workflow to trigger on pushes to the main branch, aligning with standard Git flow practices for production deployment.
- Advanced project version to 0.3.9, marking a new release with consolidated features and bug fixes.

This adjustment ensures that the Docker images are built and deployed in a more streamlined manner, reflecting our shift towards a unified branching strategy for releases. The version bump signifies the stabilization of new functionalities and enhancements for broader usage.
This commit is contained in:
Kumi 2024-04-23 18:12:39 +02:00
parent e8691194a9
commit 17c6938a9d
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Docker CI/CD
on: on:
push: push:
branches: branches:
- "docker" - "main"
jobs: jobs:
docker: docker:

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project] [project]
name = "matrix-gptbot" name = "matrix-gptbot"
version = "0.3.9.dev0" version = "0.3.9"
authors = [ authors = [
{ name="Kumi Mitterer", email="gptbot@kumi.email" }, { name="Kumi Mitterer", email="gptbot@kumi.email" },