Debugging workflow - only built workload container so far
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 5s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 6s

This commit is contained in:
2025-11-07 10:20:40 +01:00
parent 3c5a69f30a
commit 0df0cef681

View File

@@ -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; }