From 72ed4c2915bf757a28ac926a56138608996aa55d Mon Sep 17 00:00:00 2001 From: Sebastian Schmitt Date: Thu, 30 Oct 2025 10:29:21 +0100 Subject: [PATCH] Add building of Docker image to testsuite CI --- .github/workflows/testsuite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 7f336fab..80d5e701 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -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