Commit Graph

5 Commits

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