We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32696ae commit b35db38Copy full SHA for b35db38
1 file changed
.github/workflows/build.yml
@@ -86,13 +86,13 @@ jobs:
86
platforms: linux/amd64,linux/arm/v7,linux/arm64
87
mcVersion: 1.12.2
88
# Pin version for Java 8
89
- mcHelperVersion: 1.51.1
+ mcHelperVersion: 1.51.2
90
- variant: java8-jdk
91
baseImage: eclipse-temurin:8u312-b07-jdk-focal
92
platforms: linux/amd64,linux/arm64
93
94
95
96
env:
97
IMAGE_TO_TEST: "${{ github.repository_owner }}/minecraft-server:test-${{ matrix.variant }}-${{ github.run_id }}"
98
HAS_IMAGE_REPO_ACCESS: ${{ secrets.DOCKER_USER != '' && secrets.DOCKER_PASSWORD != '' }}
0 commit comments