Merge pull request #2058 from schmitts/add_docker_ci

Add building of Docker image to testsuite CI
This commit is contained in:
Christian Goll
2025-11-05 12:17:20 +01:00
committed by GitHub

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