Commit Graph

8 Commits

Author SHA1 Message Date
florian 5fda8069ce Merge pull request 'docs: 📝 Adds license and README with usage examples' (#2) from doc/add-readme into main
/ build-deploy (push) Successful in 2m33s Details
Test Changes on Push / build-vet-test (push) Successful in 21s Details
Reviewed-on: #2
2024-01-12 13:47:21 +01:00
florian 061904f530 Merge branch 'main' into doc/add-readme
Test Changes on Push / build-vet-test (push) Successful in 20s Details
2024-01-12 13:26:57 +01:00
Florian Beisel 971a7f9491
docs: 📝 Adds license and README with usage examples
Test Changes on Push / build-vet-test (push) Successful in 20s Details
This commit adds the MIT license file and the start of a extensive README.md file as a starting point for using the Docker images and binaries as well as instructions for building those yourselfs.
2024-01-12 13:22:36 +01:00
florian dfc56db4de Merge pull request 'feat: Implement GitHub Actions Workflows for CI/CD' (#1) from feature/ci-setup into main
/ build-deploy (push) Successful in 2m32s Details
Test Changes on Push / build-vet-test (push) Successful in 19s Details
Reviewed-on: #1
2024-01-12 01:25:50 +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 3afbe2044e
fix: Dockerfile now builds a usable image
/ build-deploy (push) Successful in 2m3s Details
2024-01-10 01:11:25 +01:00
Florian Beisel 55f794e8ef
Initial commit
/ build-deploy (push) Successful in 2m28s Details
2024-01-10 00:17:15 +01:00
Florian Beisel 20c64e59ad
Initial commit 2024-01-10 00:10:39 +01:00