added forge & updates neoforged
All checks were successful
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-detect-changes (push) Successful in 1m11s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 17s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-forge (push) Successful in 3m12s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-fabric (push) Successful in 4m3s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-vanilla (push) Successful in 23s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push forge (push) Successful in 4m42s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push neoforged (push) Successful in 5m57s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 1m35s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-neoforged (push) Successful in 2m32s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Successful in 11s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Successful in 2m28s

prep for bukket servers
This commit is contained in:
2025-12-18 16:14:49 -08:00
parent 00171463be
commit 444ca5bea7
16 changed files with 624 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ env:
IMAGE_REPO_MINECRAFT: minecraft
IMAGE_TAG_DEBIAN: bookworm
DIGEST_FILE: .cache/debian-base.digest
VERSIONS: vanilla testing-vanilla fabric testing-fabric neoforged testing-neoforged
VERSIONS: vanilla testing-vanilla fabric testing-fabric neoforged testing-neoforged forge testing-forge
jobs:
poll-debian-base-and-detect-changes:
@@ -149,7 +149,7 @@ jobs:
needs.poll-debian-base-and-detect-changes.outputs.new_versions != ''
strategy:
matrix:
version: [vanilla, testing-vanilla, fabric, testing-fabric, neoforged, testing-neoforged]
version: [vanilla, testing-vanilla, fabric, testing-fabric, neoforged, testing-neoforged, forge, testing-forge]
name: Build and Push ${{ matrix.version }}
steps:
- name: Checkout repo