update
All checks were successful
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-detect-changes (push) Successful in 54s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-fabric (push) Successful in 15s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-neoforged (push) Successful in 1m47s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 2m23s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 14s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push neoforged (push) Successful in 3m10s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-vanilla (push) Successful in 1m47s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Successful in 9s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Successful in 1m0s

This commit is contained in:
2025-12-17 14:20:51 -08:00
parent 5350de476d
commit a20d537247
10 changed files with 299 additions and 47 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
VERSIONS: vanilla testing-vanilla fabric testing-fabric neoforged testing-neoforged
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]
version: [vanilla, testing-vanilla, fabric, testing-fabric, neoforged, testing-neoforged]
name: Build and Push ${{ matrix.version }}
steps:
- name: Checkout repo