Commit Graph

3 Commits

Author SHA1 Message Date
Florian Beisel bd2a010990
ci: 👷 adds configuration for gitea-release-drafter
This commit adds the configuration for gitea-release-drafter and an corresponding workflow to autoamtically draft release notes on successfull merges to the main branch.
2024-01-14 22:53:20 +01:00
Florian Beisel c734924efc
feat: Implement GitHub Actions Workflows for CI/CD
Test Changes on Push / build-vet-test (push) Successful in 19s Details
This commit introduces Actions workflows to automate the Continuous
Integration and Continuous Deployment process. It includes:

- A workflow for running build, vet, and test on branch pushes
- A workflow for building and publishing `nighly`binaries and Docker
  images upon pull requests being merged into the main branch.
- A workflow for building, and uploading new releases.
2024-01-12 00:40:29 +01:00
Florian Beisel 20c64e59ad
Initial commit 2024-01-10 00:10:39 +01:00