7 Commits

Author SHA1 Message Date
061904f530 Merge branch 'main' into doc/add-readme
All checks were successful
Test Changes on Push / build-vet-test (push) Successful in 20s
2024-01-12 13:26:57 +01:00
971a7f9491
docs: 📝 Adds license and README with usage examples
All checks were successful
Test Changes on Push / build-vet-test (push) Successful in 20s
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
dfc56db4de Merge pull request 'feat: Implement GitHub Actions Workflows for CI/CD' (#1) from feature/ci-setup into main
All checks were successful
/ build-deploy (push) Successful in 2m32s
Test Changes on Push / build-vet-test (push) Successful in 19s
Reviewed-on: #1
2024-01-12 01:25:50 +01:00
c734924efc
feat: Implement GitHub Actions Workflows for CI/CD
All checks were successful
Test Changes on Push / build-vet-test (push) Successful in 19s
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
3afbe2044e
fix: Dockerfile now builds a usable image
All checks were successful
/ build-deploy (push) Successful in 2m3s
v0.0.1
2024-01-10 01:11:25 +01:00
55f794e8ef
Initial commit
All checks were successful
/ build-deploy (push) Successful in 2m28s
2024-01-10 00:17:15 +01:00
20c64e59ad
Initial commit 2024-01-10 00:10:39 +01:00