Commit Graph

5 Commits

Author SHA1 Message Date
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 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