Add building of Docker image to testsuite CI

This commit is contained in:
Sebastian Schmitt
2025-10-30 10:29:21 +01:00
parent 9a94d1f2b1
commit 72ed4c2915

View File

@@ -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