From 58a49a763f6422d5b9cf166e1226da7649572335 Mon Sep 17 00:00:00 2001 From: fithwum Date: Wed, 16 Jul 2025 05:39:31 -0700 Subject: [PATCH] change and add testing versions --- .gitea/workflows/base-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/base-build.yml b/.gitea/workflows/base-build.yml index aa044d2..816439d 100644 --- a/.gitea/workflows/base-build.yml +++ b/.gitea/workflows/base-build.yml @@ -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]