Skip to content

Commit

Permalink
Better attempt at container build
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Aug 11, 2024
1 parent ffd84d2 commit faf1d5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,12 @@ jobs:
cache: maven
- name: Buildah Action
id: build-image
working-directory: modded-minecraft
uses: redhat-actions/buildah-build@v2
with:
image: minecraft-server
tags: latest
containerfiles: |
./Dockerfile
./modded-minecraft/Dockerfile
- name: Build extension
run: mvn install
working-directory: extension
Expand Down

0 comments on commit faf1d5f

Please sign in to comment.