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) Successful in 8s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-fabric (push) Successful in 10s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push testing-vanilla (push) Failing after 1m19s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push fabric (push) Successful in 1m53s
Build and Push Minecraft Docker Images on Debian-base update / Build and Push vanilla (push) Successful in 1m46s
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:39:31 -07:00
parent 9e5fd9aee7
commit 58a49a763f

View File

@@ -12,7 +12,7 @@ on:
- '!**/build-info.json'
schedule:
- cron: '30 */6 * * *'
###########################
env:
IMAGE_REGISTRY: gitea.fithwum.tech
IMAGE_ORG: ${{ secrets.GIT_USERNAME }}
@@ -85,7 +85,8 @@ jobs:
build-minecraft-images:
runs-on: vm-docker-build2
needs: poll-debian-base-and-detect-changes
if: needs.poll-debian-base-and-detect-changes.outputs.digest_changed == 'true' || needs.poll-debian-base-and-detect-changes.outputs.versions_changed != ''
if: always()
# 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-vanilla, fabric, testing-fabric]