add bukkit
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 neoforged (push) Successful in 1m50s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push bukkit (push) Successful in 2m45s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-bukkit (push) Successful in 58s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-fabric (push) Successful in 14s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push forge (push) Successful in 3m0s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 3m13s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-vanilla (push) Successful in 15s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-neoforged (push) Successful in 15s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-forge (push) Successful in 1m18s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 1m50s
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Successful in 7s
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Successful in 2m28s

This commit is contained in:
2025-12-19 06:24:15 -08:00
parent 8e961a2a70
commit 4f13b9dba1
5 changed files with 61 additions and 75 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 forge testing-forge
VERSIONS: vanilla testing-vanilla fabric testing-fabric neoforged testing-neoforged forge testing-forge bukkit testing-bukkit
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, forge, testing-forge]
version: [vanilla, testing-vanilla, fabric, testing-fabric, neoforged, testing-neoforged, forge, testing-forge, bukkit, testing-bukkit]
name: Build and Push ${{ matrix.version }}
steps:
- name: Checkout repo