diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 497d850..b996e84 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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