5 Commits

Author SHA1 Message Date
dfc56db4de Merge pull request 'feat: Implement GitHub Actions Workflows for CI/CD' () from feature/ci-setup into main
Reviewed-on: 
2024-01-12 01:25:50 +01:00
c734924efc
feat: Implement GitHub Actions Workflows for CI/CD
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 v0.0.1 2024-01-10 01:11:25 +01:00
55f794e8ef
Initial commit 2024-01-10 00:17:15 +01:00
20c64e59ad
Initial commit 2024-01-10 00:10:39 +01:00