Major Refactor (#2)

* Major reworks

* More refactoring

* Refactor feature complete!

* Comments

* Add versioning
This commit is contained in:
2022-10-28 23:08:17 -04:00
committed by GitHub
parent 49aa4fdedb
commit 696ab7201c
18 changed files with 403 additions and 186 deletions

View File

@ -28,7 +28,7 @@ jobs:
make test
- name: Build
run: |
make build
make build VERSION="${{ env.RELEASE_VERSION }}"
- name: Login to Docker Hub
uses: docker/login-action@v2
with: