From b7b238388c44a33f111ac5d0c8f236689e0a375b Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Sun, 11 Aug 2024 22:02:57 +0100 Subject: [PATCH] Attempt to build container in GH actions, so tests pass --- .github/workflows/actions.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 2233ecb..d252b43 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -22,6 +22,14 @@ jobs: java-version: '17' distribution: 'temurin' cache: maven + - name: Buildah Action + id: build-image + uses: redhat-actions/buildah-build@v2 + with: + image: minecraft-server + tags: latest + containerfiles: | + ./Dockerfile - name: Build extension run: mvn install working-directory: extension