change and add testing versions
Some checks failed
Build and Push Minecraft Docker Images on Debian-base update / poll-debian-base-and-detect-changes (push) Failing after 1s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Has been skipped
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-fabric (push) Has been skipped
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-vanilla (push) Has been skipped
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Has been skipped
Build and Push Minecraft Docker Images on Debian-base update / generate-changelogs (push) Has been skipped
Build and Push Minecraft Docker Images on Debian-base update / generate-build-info (push) Has been skipped

This commit is contained in:
2025-07-16 05:31:20 -07:00
parent 612d16eba1
commit d7b46be4b8
15 changed files with 188 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ env:
IMAGE_REPO_MINECRAFT: minecraft
IMAGE_TAG_DEBIAN: bookworm
DIGEST_FILE: .cache/debian-base.digest
VERSIONS: vanilla testing fabric
VERSIONS: vanilla testing-vanilla fabric testing-fabric
jobs:
poll-debian-base-and-detect-changes:
@@ -88,7 +88,7 @@ jobs:
if: needs.poll-debian-base-and-detect-changes.outputs.digest_changed == 'true' || needs.poll-debian-base-and-detect-changes.outputs.versions_changed != ''
strategy:
matrix:
version: [vanilla, testing, fabric]
version: [vanilla, testing-vanilla, fabric, testing-fabric]
name: Build and Push ${{ matrix.version }}
steps:
- name: Checkout repo