Major Refactor (#2)
* Major reworks * More refactoring * Refactor feature complete! * Comments * Add versioning
This commit is contained in:
2
.github/workflows/publish_release.yaml
vendored
2
.github/workflows/publish_release.yaml
vendored
@ -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:
|
||||
|
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@ -20,4 +20,4 @@ jobs:
|
||||
make test
|
||||
- name: Build
|
||||
run: |
|
||||
make build
|
||||
make build VERSION="test"
|
Reference in New Issue
Block a user