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
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:
@@ -12,7 +12,7 @@ on:
|
|||||||
- '!**/build-info.json'
|
- '!**/build-info.json'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 */6 * * *'
|
- cron: '30 */6 * * *'
|
||||||
###########################
|
|
||||||
env:
|
env:
|
||||||
IMAGE_REGISTRY: gitea.fithwum.tech
|
IMAGE_REGISTRY: gitea.fithwum.tech
|
||||||
IMAGE_ORG: ${{ secrets.GIT_USERNAME }}
|
IMAGE_ORG: ${{ secrets.GIT_USERNAME }}
|
||||||
@@ -85,7 +85,8 @@ jobs:
|
|||||||
build-minecraft-images:
|
build-minecraft-images:
|
||||||
runs-on: vm-docker-build2
|
runs-on: vm-docker-build2
|
||||||
needs: poll-debian-base-and-detect-changes
|
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
version: [vanilla, testing-vanilla, fabric, testing-fabric]
|
version: [vanilla, testing-vanilla, fabric, testing-fabric]
|
||||||
|
|||||||
Reference in New Issue
Block a user