Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Dec 23, 2023
1 parent 5d0bb82 commit 2e50e94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.SERVER_NAME }}/${{ env.IMAGE_NAME }}-php${{ matrix.php }}:latest
build-args: |
PHP_VERSION=${{ matrix.php }}
PHP_VERSION=${{ matrix.php }}
PMMP_TAG=5.10.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build stage for compilation. Build tools like g++ will not be copied into the final stage to reduce image size.
FROM ubuntu:22.04
ARG PMMP_TAG
ARG PMMP_REPO=pmmp/PocketMine-MP
ARG PMMP_TAG
ARG PHP_VERSION

RUN test ! -z ${PHP_VERSION} || (echo "Missing build-arg PHP_VERSION" && false)
Expand Down

0 comments on commit 2e50e94

Please sign in to comment.