mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-06 02:39:43 +00:00
Compare commits
37 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 551e4d6346 | |||
| 61a660ee48 | |||
| 5e9806736c | |||
| d5865cd60c | |||
| 2b0b8f8a62 | |||
| e94b40bddf | |||
| 2dabf34349 | |||
| eb864c0fb8 | |||
| 2e0f469748 | |||
| aa95dc291b | |||
| d22280fae7 | |||
| aac3c1c77a | |||
| 61b0eff4ca | |||
| 8c5f0a53bf | |||
| fffeb7bb9c | |||
| a060cc88d1 | |||
| 4421aaa22d | |||
| 3a51db6d24 | |||
| 969a23ae27 | |||
| 1a62592fe2 | |||
| c316dbb5d2 | |||
| bb64135c9b | |||
| ef98de154c | |||
| 3d00077ef8 | |||
| 0d3ab75683 | |||
| 87681e64bb | |||
| 8ce986d3d7 | |||
| 67fda61de4 | |||
| 7c6ec41822 | |||
| 93af2025a2 | |||
| c1b040af77 | |||
| 4148325787 | |||
| 7083cd15e8 | |||
| 7418dab476 | |||
| 94bbc8e649 | |||
| 3e5e62229a | |||
| fe2a9d56ed |
@@ -66,7 +66,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v2.7.0
|
uses: docker/build-push-action@v2.7.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
# ensure latest base image is used
|
# ensure latest base image is used
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM adoptopenjdk:8-jre-openj9
|
FROM adoptopenjdk:8-jre-hotspot
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user