Add building of Docker image to testsuite CI
This commit is contained in:
2
.github/workflows/testsuite.yml
vendored
2
.github/workflows/testsuite.yml
vendored
@@ -51,3 +51,5 @@ jobs:
|
||||
run: make test
|
||||
- name: Build Warewulf (golang ${{ matrix.go-version }})
|
||||
run: make all
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user