From 0df0cef68111a8dffb92e6b0f047eed88587d9e9 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Fri, 7 Nov 2025 10:20:40 +0100 Subject: [PATCH] Debugging workflow - only built workload container so far --- .gitea/workflows/build-containers-on-demand.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/build-containers-on-demand.yml b/.gitea/workflows/build-containers-on-demand.yml index 3e03425..484fec4 100644 --- a/.gitea/workflows/build-containers-on-demand.yml +++ b/.gitea/workflows/build-containers-on-demand.yml @@ -14,6 +14,7 @@ jobs: build-if-image-changed: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: include: - container_name: web @@ -73,6 +74,11 @@ jobs: export expected_repo export ctype + echo "========================================" + echo "Checking: $ctype / $cname" + echo "Expected repo: $expected_repo" + echo "========================================" + # --- functions ------------------------------------------------------ have_yq() { command -v yq >/dev/null 2>&1; }