Skip to content

Commit

Permalink
try setting up pocketmine forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Jun 5, 2024
1 parent 2e50e94 commit 4abc545
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
matrix:
image: [ubuntu-20.04]
php: [ "8.1", "8.2", "8.3" ]
repo:
- name: pmmp/PocketMine-MP
namespace: pmmp
version: 5.15.0
- name: Plutonium-Mcpe/PocketMine-MP
namespace: plutonium
version: 5.100.1

steps:
- name: Set up Docker Buildx
Expand All @@ -45,7 +52,8 @@ jobs:
uses: docker/[email protected]
with:
push: true
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.SERVER_NAME }}/${{ env.IMAGE_NAME }}-php${{ matrix.php }}:latest
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.SERVER_NAME }}/${{ env.IMAGE_NAME }}-php${{ matrix.php }}-${{ matrix.repo.namespace }}:latest
build-args: |
PHP_VERSION=${{ matrix.php }}
PMMP_TAG=5.10.0
PMMP_REPO=${{ matrix.repo.name }}
PMMP_TAG=${{ matrix.repo.version }}

0 comments on commit 4abc545

Please sign in to comment.