Checking runner
All checks were successful
Build image when workload image tag changes / build-if-image-changed (push) Successful in 28s

This commit is contained in:
2025-11-06 23:47:17 +01:00
parent 2204eb762a
commit 04fa504bb2

View File

@@ -53,6 +53,9 @@ jobs:
cname="${CONTAINER_NAME:-web}"
expected_repo="${EXPECTED_REPO:-git.baumann.gr/adebaumann/vui}"
export cname
export expected_repo
# --- functions ------------------------------------------------------
have_yq() { command -v yq >/dev/null 2>&1; }