Skip to content

Commit

Permalink
Attempt to build container in GH actions, so tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Aug 11, 2024
1 parent 0644b0e commit b7b2383
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7b2383

Please sign in to comment.